Files
simple-jdbc/.editorconfig
ZhouXY108 a516b262af chore: 设置 SQL 文件缩进为 2 个空格
在 .editorconfig 文件中设置 SQL 文件的 indent_size 为 2
2025-07-26 03:02:08 +08:00

16 lines
254 B
INI

# EditorConfig is awesome: https://EditorConfig.org
# top-most EditorConfig file
root = true
[*]
indent_style = space
indent_size = 4
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
[*.sql]
indent_size = 2