📦 Chore(custom): add editorconfig file

This commit is contained in:
Kuingsmile
2026-01-01 00:26:04 +08:00
parent 17355168f6
commit a5afffd439
2 changed files with 10 additions and 1 deletions

9
.editorconfig Normal file
View File

@@ -0,0 +1,9 @@
root = true
[*]
charset = utf-8
indent_style = space
indent_size = 2
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true

2
.gitignore vendored
View File

@@ -32,5 +32,5 @@ scripts/*.yml
scripts/generateYmlFile.js
.yarnrc
remote-notice.json
cloc.exe
cloc*.exe
!.gitkeep