移除C#导出支持

支持针对表配置输出目录
This commit is contained in:
2024-05-17 11:56:41 +08:00
parent b225dbe90c
commit d130ad1838
13 changed files with 101 additions and 118 deletions

View File

@@ -1,8 +1,16 @@
# EditorConfig is awesome: https://EditorConfig.org
# top-most EditorConfig file
root = true
[*]
indent_style = tab
indent_size = 4
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = false
insert_final_newline = true
[*.{yml,yaml,tiny,yaml.txt,html}]
indent_style = space
indent_size = 2