From d34cfedcffdb17593329403db961ce72c449c36f Mon Sep 17 00:00:00 2001 From: chee Date: Sat, 18 Feb 2017 16:40:23 +0000 Subject: [PATCH] correct the editorconfig --- .editorconfig | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index 02387d7..61d840d 100644 --- a/.editorconfig +++ b/.editorconfig @@ -3,6 +3,7 @@ root = true [*] end_of_line = lf -indent_style = tabs +indent_style = spaces +indent_size = 4 insert_final_newline = true trim_trailing_whitespace = true