添加 EditorConfig 配置。

for-mfp
ZhouXY108 2023-11-08 18:11:26 +08:00
parent 737c769c56
commit 8acec7446a
1 changed files with 12 additions and 0 deletions

12
.editorconfig 100644
View File

@ -0,0 +1,12 @@
# EditorConfig is awesome: https://EditorConfig.org
# top-most EditorConfig file
root = true
[*]
indent_style = space
indent_size = 4
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = false
insert_final_newline = true