完善消息中心

This commit is contained in:
2023-10-30 11:47:54 +08:00
parent 85e9346194
commit eab2f1fb4d
330 changed files with 3402 additions and 13922 deletions

View File

@@ -1,22 +1,14 @@
# 告诉EditorConfig插件,这是根文件,不用继续往上查找
# http://editorconfig.org
root = true
# 匹配全部文件
[*]
# 设置字符集
charset = utf-8
# 缩进风格可选space、tab
indent_style = space
# 缩进的空格数
indent_size = 2
# 结尾换行符可选lf、cr、crlf
end_of_line = lf
# 在文件结尾插入新行
insert_final_newline = true
# 删除一行中的前后空格
trim_trailing_whitespace = true
# 匹配md结尾的文件
[*.md]
insert_final_newline = false
trim_trailing_whitespace = false