easyexcel/.editorconfig
zhuangjiaju 5bed05b5d8 1. 加入mvnw 统一mvn 版本
2. 加入style校验
3. 加入qq群
4. 加入editorconfig
2019-07-01 21:53:28 +08:00

15 lines
309 B
INI

root = true
[*.{groovy, java, kt, xml}]
#缩进风格:空格
indent_style = space
#缩进大小
indent_size = 4
#换行符lf
end_of_line = lf
#字符集utf-8
charset = utf-8
#是否删除行尾的空格
trim_trailing_whitespace = true
#是否在文件的最后插入一个空行
insert_final_newline = true