forked from plusone/simple-jdbc
chore: 设置 SQL 文件缩进为 2 个空格
在 .editorconfig 文件中设置 SQL 文件的 indent_size 为 2
This commit is contained in:
@@ -10,3 +10,6 @@ end_of_line = lf
|
|||||||
charset = utf-8
|
charset = utf-8
|
||||||
trim_trailing_whitespace = true
|
trim_trailing_whitespace = true
|
||||||
insert_final_newline = true
|
insert_final_newline = true
|
||||||
|
|
||||||
|
[*.sql]
|
||||||
|
indent_size = 2
|
||||||
|
Reference in New Issue
Block a user