chore(edit): add editorconfig.

This commit is contained in:
Rintim 2023-11-08 16:32:25 +08:00
parent b243e548fe
commit 8ab522b6ca
No known key found for this signature in database
GPG Key ID: BE9E1EA615BACFCF
2 changed files with 13 additions and 1 deletions

11
.editorconfig Normal file
View File

@ -0,0 +1,11 @@
root = true
[*]
charset = utf-8
end_of_line = lf
insert_final_newline = true
[*.js]
indent_style = tab
indent_size = 4

3
.gitignore vendored
View File

@ -5,4 +5,5 @@
.Trashes
ehthumbs.db
Thumbs.db
localStorage.json
localStorage.json
.vscode/*