添加 EditorConfig 配置。

This commit is contained in:
zhouxy108 2023-11-08 18:11:26 +08:00
parent 737c769c56
commit 8acec7446a

12
.editorconfig Normal file
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