Skip to content

Commit 81fac33

Browse files
committed
spring-projects#96 change EditorConfig in order to impact other files than Java and XML (i.e.. jsp and html pages)
1 parent 295574f commit 81fac33

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.editorconfig

+5-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
11
# top-most EditorConfig file
22
root = true
33

4-
[*.{java,xml}]
4+
[*]
55
charset = utf-8
6+
end_of_line = lf
7+
insert_final_newline = true
68
indent_style = space
9+
10+
[*.{java,xml}]
711
indent_size = 4
8-
insert_final_newline = true
912
trim_trailing_whitespace = true

0 commit comments

Comments
 (0)