公告板
版本库
filestore
活动
搜索
登录
孔德强
/
platformx-device
设备租赁平台
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
年度计划 申请部门为空 一年只有一次年度和调整计划
shiyunteng
2025-04-09
4983e2cda34c65a05ab9ba3fe51feadaedc4996c
[~kongdeqiang/platformx-device.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