diff options
Diffstat (limited to '.editorconfig')
| -rw-r--r-- | .editorconfig | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/.editorconfig b/.editorconfig index 5d12634..9d08a1a 100644 --- a/.editorconfig +++ b/.editorconfig @@ -1,13 +1,9 @@ -# editorconfig.org root = true [*] +charset = utf-8 indent_style = space indent_size = 2 end_of_line = lf -charset = utf-8 -trim_trailing_whitespace = true insert_final_newline = true - -[*.md] -trim_trailing_whitespace = false +trim_trailing_whitespace = true |