初始化梵音项目

This commit is contained in:
yziiy
2025-08-11 11:40:20 +08:00
parent 0e1f34d546
commit 38fcae712e
455 changed files with 48704 additions and 0 deletions

14
.editorconfig Normal file
View File

@@ -0,0 +1,14 @@
# http://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