Skip to content

Commit 4f47958

Browse files
committed
Add .editorconfig
1 parent 61f5325 commit 4f47958

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

.editorconfig

+17
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# top-most EditorConfig file
2+
root = true
3+
4+
# Unix-style newlines with a newline ending every file
5+
[*]
6+
end_of_line = lf
7+
insert_final_newline = true
8+
9+
[*.java]
10+
charset = utf-8
11+
indent_style = space
12+
indent_size = 4
13+
14+
[*.{xml,jelly,html}]
15+
charset = utf-8
16+
indent_style = space
17+
indent_size = 2

0 commit comments

Comments
 (0)