This commit is contained in:
老叶
2022-09-15 16:58:06 +08:00
parent fb95c8de36
commit 560eac88d8
280 changed files with 61967 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
# https://editorconfig.org
root = true
[*]
indent_style = space
indent_size = 2
tab_width = 2
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
[*.md]
trim_trailing_whitespace = false
insert_final_newline = false