chore(edit): add editorconfig.
This commit is contained in:
parent
b243e548fe
commit
8ab522b6ca
|
@ -0,0 +1,11 @@
|
|||
|
||||
root = true
|
||||
|
||||
[*]
|
||||
charset = utf-8
|
||||
end_of_line = lf
|
||||
insert_final_newline = true
|
||||
|
||||
[*.js]
|
||||
indent_style = tab
|
||||
indent_size = 4
|
|
@ -5,4 +5,5 @@
|
|||
.Trashes
|
||||
ehthumbs.db
|
||||
Thumbs.db
|
||||
localStorage.json
|
||||
localStorage.json
|
||||
.vscode/*
|
||||
|
|
Loading…
Reference in New Issue