This commit is contained in:
chenhaodong
2023-03-28 21:22:35 +08:00
parent b2089d3554
commit 08619ea2c1
419 changed files with 21862 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
# https://editorconfig.org
root = true
[*]
charset = utf-8
indent_style = space
indent_size = 2
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
[*.md]
insert_final_newline = false
trim_trailing_whitespace = false