diff options
Diffstat (limited to '.editorconfig')
| -rw-r--r-- | .editorconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.editorconfig b/.editorconfig index cba1b92..7618759 100644 --- a/.editorconfig +++ b/.editorconfig @@ -4,7 +4,7 @@ root = true [*] indent_style = tab tab_width = 2 -indent_size = "tab" +indent_size = 2 end_of_line = lf charset = utf-8 trim_trailing_whitespace = true |
