Add 'lms/' from commit '43135a90ac0378341bf64a1240288230e3e9a419'

git-subtree-dir: lms
git-subtree-mainline: 284e9bb629
git-subtree-split: 43135a90ac
This commit is contained in:
周俊杰
2024-06-05 17:15:28 +08:00
1323 changed files with 110863 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
# https://editorconfig.org
root = true
[*]
charset = utf-8
indent_style = space
indent_size = 2
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
[*.md]
insert_final_newline = false
trim_trailing_whitespace = false