Browse Source

Merge branch '1.4.x' into 1.5.x

pull/8975/head
Stephane Nicoll 9 years ago
parent
commit
0affa3af3a
  1. 10
      .editorconfig

10
.editorconfig

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

Loading…
Cancel
Save