From 4549540a1505d7ece19aeb0c9357c1743a08499c Mon Sep 17 00:00:00 2001 From: Peter Dave Hello Date: Wed, 16 May 2018 00:03:24 +0800 Subject: [PATCH] Update .editorconfig, apply rules to all files --- .editorconfig | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.editorconfig b/.editorconfig index ce04bc2e7..0f1786729 100644 --- a/.editorconfig +++ b/.editorconfig @@ -3,9 +3,7 @@ root = true [*] charset = utf-8 end_of_line = lf -insert_final_newline = true -trim_trailing_whitespace = true - -[*.sh] indent_size = 2 indent_style = space +insert_final_newline = true +trim_trailing_whitespace = true