Skip to content

Commit ceb33aa

Browse files
committed
Add .editorconfig properties for formatting (code style)
IDEA and some other editors support this format by default, see here: http://editorconfig.org/
1 parent db75497 commit ceb33aa

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.editorconfig

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
root = true
2+
3+
[*]
4+
end_of_line = lf
5+
insert_final_newline = true
6+
charset = utf-8
7+
8+
[*.java]
9+
indent_style = space
10+
indent_size = 4
11+
continuation_indent_size = 8

0 commit comments

Comments
 (0)