diff options
author | Yehonal <yehonal.azeroth@gmail.com> | 2018-03-06 00:00:55 +0000 |
---|---|---|
committer | Yehonal <yehonal.azeroth@gmail.com> | 2018-03-06 00:00:55 +0000 |
commit | cde32263dd9cbe37cb529b261342e27c2363ed5f (patch) | |
tree | d2d9a22e8fb8c5b16ccdde6a920c630bb4f66f50 /.editorconfig | |
parent | a36e94a49a5b3bbdf01c622600c87da8cf55a26b (diff) |
updated .editorconfig
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 |