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

在 .editorconfig 文件中设置 SQL 文件的 indent_size 为 2
This commit is contained in:
2025-07-26 03:02:08 +08:00
parent ad7320c280
commit a516b262af

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