diff options
| -rw-r--r-- | .editorconfig | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/.editorconfig b/.editorconfig index 55a2a71..8058c96 100644 --- a/.editorconfig +++ b/.editorconfig @@ -3,6 +3,5 @@ root = true end_of_line = lf insert_final_newline = true charset = utf-8 -indent_style = tab -indent_size = 1 - +indent_style = space +indent_size = 4 |
