Skip to content

Commit 63cfad8

Browse files
committed
Fix continuation indent
Closes gh-8497
1 parent 38b7d0e commit 63cfad8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.editorconfig

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,9 @@ root=true
33
[*.java]
44
indent_style = tab
55
indent_size = 4
6+
continuation_indent_size = 8
67

78
[*.xml]
89
indent_style = tab
910
indent_size = 4
11+
continuation_indent_size = 8

0 commit comments

Comments
 (0)