chore: 设置 SQL 文件缩进为 2 个空格 #6

Merged
zhouxy108 merged 1 commits from zhouxy108/simple-jdbc:chore/editorconfig into dev 2025-07-26 03:04:01 +08:00

View File

@@ -10,3 +10,6 @@ end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
[*.sql]
indent_size = 2