diff options
| -rw-r--r-- | .editorconfig | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/.editorconfig b/.editorconfig index 6fa8b7b..ca1e615 100644 --- a/.editorconfig +++ b/.editorconfig @@ -5,7 +5,7 @@ root = true [*] indent_style = space indent_size = 4 -end_of_line = crlf +end_of_line = lf charset = utf-8 insert_final_newline = true trim_trailing_whitespace = true @@ -18,6 +18,3 @@ trim_trailing_whitespace = true [{Makefile,*.bat}] indent_style = tab - -[*.md] -trim_trailing_whitespace = false |
