update dot files

This commit is contained in:
2020-01-07 01:47:53 +08:00
parent 96d78600d3
commit 922cc9afc1
11 changed files with 129 additions and 224 deletions

14
dot/.editorconfig Normal file
View File

@@ -0,0 +1,14 @@
root = true
[*]
charset = utf-8
insert_final_newline = true
trim_trailing_whitespace = true
[*.{js,ts}]
indent_style = space
indent_size = 4
[{package,package-lock}.json]
indent_style = space
indent_size = 2