style: optimize .editorconfig

This commit is contained in:
开源海哥 2023-07-10 12:17:32 +08:00
parent 9582f88cf7
commit 3d66fd04a4
2 changed files with 4 additions and 6 deletions

View File

@ -1,5 +1,3 @@
# 告诉EditorConfig插件这是根文件不用继续往上查找
root = true
# 匹配全部文件
@ -13,7 +11,7 @@ trim_trailing_whitespace = true
# 设置字符集
charset = utf-8
# 缩进风格,可选"space"、"tab"
indent_style = tab
indent_style = space
# 缩进的空格数
indent_size = 4

View File

@ -58,9 +58,9 @@ public enum DbType {
* SQLSERVER
*/
SQLSERVER("sqlserver", "SQLServer 数据库"),
/**
* SqlServer 2005 数据库
*/
/**
* SqlServer 2005 数据库
*/
SQLSERVER_2005("sqlserver_2005", "SQLServer 数据库"),
/**
* DM