This commit is contained in:
louiscklaw
2025-01-31 21:31:32 +08:00
parent c8209d847a
commit 0c89a0db81
145 changed files with 6826 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 = 2
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = false
insert_final_newline = false
[*.md]
trim_trailing_whitespace = false