仪表盘
版本库
文件存储
活动
搜索
登录
main
/
zs-mes-after
注塑厂后端
概况
操作记录
提交次数
目录
文档
分支
对比
blame
|
历史
|
原始文档
Changes13
Fixiaobai
2023-11-15
58eacecb952e08aa9443e71e00bd16c0b4983e67
[zs-mes-after.git]
/
.editorconfig
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