From 3812bd8e6fa2e09bf0685d43ba23694bb6f929f3 Mon Sep 17 00:00:00 2001 From: Francisco Giordano Date: Fri, 9 Aug 2019 19:20:52 -0300 Subject: [PATCH] fix indent_size in editorconfig --- .editorconfig | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index b45ed774d..e885a65c4 100644 --- a/.editorconfig +++ b/.editorconfig @@ -6,7 +6,12 @@ root = true [*] charset = utf-8 end_of_line = lf -indent_size = 2 indent_style = space insert_final_newline = true trim_trailing_whitespace = true + +[*.sol] +indent_size = 4 + +[*.js] +indent_size = 2