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