shiyunteng
2025-03-28 4ad9053cc576b74f74985f22fa5af25cca282a28
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# 开发组IDE 编辑器标准 V2.1.0
root = true
 
[*.{adoc, bat, groovy, html, java, js, jsp, kt, kts, md, properties, py, rb, sh, sql, svg, txt, xml, xsd}]
charset = utf-8
 
[*.{groovy, java, kt, kts, xml, xsd}]
indent_style = tab
indent_size = 4
continuation_indent_size = 8
end_of_line = lf
 
[*.{js, html}]
indent_style = space
indent_size = 2
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true