Skip to content

Commit 7c5a3d4

Browse files
committed
Add .editorconfig
1 parent fa4ee0e commit 7c5a3d4

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.editorconfig

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

0 commit comments

Comments
 (0)