spring-boot/.editorconfig
Stephane Nicoll 63cfad855c Fix continuation indent
Closes gh-8497
2017-04-18 10:41:53 +02:00

12 lines
157 B
INI

root=true
[*.java]
indent_style = tab
indent_size = 4
continuation_indent_size = 8
[*.xml]
indent_style = tab
indent_size = 4
continuation_indent_size = 8