Update .editorconfig

This commit is contained in:
neverland 2020-03-18 22:06:05 +08:00 committed by GitHub
parent 7f0ed80de5
commit 0964904f92
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,7 +1,9 @@
# http://editorconfig.org
root = true
[*]
indent_style = space
indent_size = 2
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
@ -9,15 +11,3 @@ insert_final_newline = true
[*.md]
trim_trailing_whitespace = false
[*.js]
indent_size = 2
[*.vue]
indent_size = 2
[*.css]
indent_size = 2
[Makefile]
indent_style = tab