forked from github/easyexcel
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
309 B
15 lines
309 B
5 years ago
|
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
|