From 8ce2725cbb7d110d1ba2858387c1bb800e9df5c7 Mon Sep 17 00:00:00 2001 From: claustromaniac <20734810+claustromaniac@users.noreply.github.com> Date: Thu, 17 Jan 2019 19:37:26 -0300 Subject: [PATCH] Update .editorconfig --- .editorconfig | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/.editorconfig b/.editorconfig index fe048aa..0d43444 100644 --- a/.editorconfig +++ b/.editorconfig @@ -1,11 +1,6 @@ -root = true - [*] -charset = utf-8 -indent_style = tab -indent_size = tab -insert_final_newline = true -tab_width = 4 +charset = utf-8 +insert_final_newline = true trim_trailing_whitespace = true [*.md]