diff options
Diffstat (limited to '.editorconfig')
-rw-r--r-- | .editorconfig | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.editorconfig b/.editorconfig index 8c1f22e..291b386 100644 --- a/.editorconfig +++ b/.editorconfig @@ -3,4 +3,5 @@ root = true [*] end_of_line = lf charset = utf-8 -indent_style = tab +indent_style = space +indent_size = 4 |