This commit is contained in:
louiscklaw
2025-01-31 21:58:39 +08:00
parent 6c95c5e3ea
commit 1cd09e43de
72 changed files with 703 additions and 0 deletions

14
twcsum/.editorconfig Normal file
View File

@@ -0,0 +1,14 @@
root = true
[*]
charset = utf-8
indent_style = space
indent_size = 2
end_of_line = lf
trim_trailing_whitespace = true
insert_final_newline = true
max_line_length = 120
[*.md]
indent_size = 2
trim_trailing_whitespace = true