Skip to content

Commit 5fb187e

Browse files
authored
.editorconfig: fix indentation by IntelliJ editorconfig plugin auto-formatting support (#722)
1 parent 8aed3a6 commit 5fb187e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.editorconfig

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,7 @@ insert_final_newline = true
99

1010
[*.md]
1111
trim_trailing_whitespace = false
12+
13+
[*.java]
14+
ij_continuation_indent_size = 8
15+
indent_size = 4

0 commit comments

Comments
 (0)