19 lines
424 B
INI
19 lines
424 B
INI
# 开发组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
|