Browse Source

Fix continuation indent

Closes gh-8497
pull/8929/head
Stephane Nicoll 9 years ago
parent
commit
63cfad855c
  1. 2
      .editorconfig

2
.editorconfig

@ -3,7 +3,9 @@ root=true @@ -3,7 +3,9 @@ root=true
[*.java]
indent_style = tab
indent_size = 4
continuation_indent_size = 8
[*.xml]
indent_style = tab
indent_size = 4
continuation_indent_size = 8

Loading…
Cancel
Save