updated editorconfig.

This commit is contained in:
SaffronCR
2020-02-07 22:48:49 +01:00
parent 89c506489f
commit bac3c0fbc2

View File

@@ -1,15 +1,9 @@
root = true
[*]
end_of_line = lf
insert_final_newline = true
# Matches multiple files with brace expansion notation
[*.{js,jsx,html,sass}]
charset = utf-8
indent_style = tab
indent_size = 4
trim_trailing_whitespace = true
[*.md]
trim_trailing_whitespace = false
end_of_line = lf
insert_final_newline = true