chore(P2): add .editorconfig

This commit is contained in:
flash555588 2026-06-15 17:01:26 +08:00
parent 69ac33d719
commit 93e235c091

16
.editorconfig Normal file
View file

@ -0,0 +1,16 @@
root = true
[*]
charset = utf-8
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
indent_style = tab
indent_size = 4
[*.{yml,yaml,json}]
indent_style = space
indent_size = 2
[*.{md,mdx}]
trim_trailing_whitespace = false