diff options
Diffstat (limited to '.editorconfig')
-rw-r--r-- | .editorconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.editorconfig b/.editorconfig index 3e49128..c2459c1 100644 --- a/.editorconfig +++ b/.editorconfig @@ -6,9 +6,9 @@ root = true charset = utf-8 end_of_line = lf indent_size = 2 -indent_style = space +indent_style = tab insert_final_newline = true -tab_width = 2 +tab_width = 4 trim_trailing_whitespace = true [*.json] |