This commit is contained in:
louiscklaw
2025-02-01 02:00:51 +08:00
parent a767348238
commit dc9c9468ce
124 changed files with 3736 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
# 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 = false
[*.md]
trim_trailing_whitespace = false