This commit is contained in:
zhuoda
2022-11-05 22:38:44 +08:00
parent 20e308793a
commit 1f75c9614e
1848 changed files with 15509 additions and 130864 deletions

View File

@@ -0,0 +1,15 @@
root = true
[*]
# 字符
charset = utf-8
# 空格
indent_style = space
# 2个空格缩进
indent_size = 2
# 换行符
end_of_line = lf
# 文件的最后插入一个空行
insert_final_newline = true
# 删除行尾的空格
trim_trailing_whitespace = true