Skip to content

Commit 5ae96cb

Browse files
committed
统一缩进风格
1 parent ceaa108 commit 5ae96cb

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

.editorconfig

+3-7
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,8 @@
11
root = true
2-
[*.{gradle,vm,xml}]
3-
charset = utf-8
4-
indent_style = tab
5-
trim_trailing_whitespace = true
6-
insert_final_newline = true
7-
[*.java]
2+
[*]
83
charset = utf-8
94
indent_style = space
105
indent_size = 4
116
trim_trailing_whitespace = true
12-
insert_final_newline = true
7+
insert_final_newline = true
8+
end_of_line = lf

0 commit comments

Comments
 (0)