diff --git a/.editorconfig b/.editorconfig index 0e5f110b..770fafd6 100644 --- a/.editorconfig +++ b/.editorconfig @@ -6,7 +6,7 @@ root = true [*] indent_style = tab -indent_size = 2 +indent_size = 4 end_of_line = lf charset = utf-8 @@ -18,3 +18,4 @@ trim_trailing_whitespace = false [*.{json,yml}] indent_style = space +indent_size = 2