diff options
Diffstat (limited to '.editorconfig')
-rw-r--r-- | .editorconfig | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/.editorconfig b/.editorconfig index b0597dd794..eb64e2fabc 100644 --- a/.editorconfig +++ b/.editorconfig @@ -1,8 +1,8 @@ -[*]
-charset = utf-8
-indent_style = space
-indent_size = 4
-tab_width = 4
-insert_final_newline = true
-trim_trailing_whitespace = true
-max_line_length = 80
+[*] +charset = utf-8 +indent_style = space +indent_size = 4 +tab_width = 4 +insert_final_newline = true +trim_trailing_whitespace = true +max_line_length = 80 |