This commit is contained in:
louiscklaw
2025-02-01 01:59:40 +08:00
commit f2b7d287fa
3364 changed files with 882214 additions and 0 deletions

15
ddmseoul/.editorconfig Normal file
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