add .editorconfig

This commit is contained in:
BinotaLIU
2020-05-16 20:29:48 +08:00
parent e511c91014
commit ded7c3c395
2 changed files with 9 additions and 4 deletions
+9
View File
@@ -0,0 +1,9 @@
root = true
[*]
end_of_line = lf
insert_final_newline = true
indent_style = space
indent_size = 2
charset = utf-8
trim_trailing_whitespace = true
-4
View File
@@ -1,4 +0,0 @@
{
"semi": false,
"printWidth": 120
}