diff --git a/.editorconfig b/.editorconfig index 93dd0d28..074c9ec0 100644 --- a/.editorconfig +++ b/.editorconfig @@ -12,7 +12,7 @@ trim_trailing_whitespace = true # Unix-style newlines with a newline ending every file [*] indent_style = space -indent_size = 2 +indent_size = 1 end_of_line = lf charset = utf-8 insert_final_newline = true