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
|
|
@ -6,3 +6,4 @@
|
||||||
ehthumbs.db
|
ehthumbs.db
|
||||||
Thumbs.db
|
Thumbs.db
|
||||||
localStorage.json
|
localStorage.json
|
||||||
|
.vscode/*
|
||||||
|
|
Loading…
Reference in New Issue