spring-boot/.editorconfig

12 lines
157 B
INI
Raw Normal View History

root=true
[*.java]
indent_style = tab
indent_size = 4
2017-04-18 16:41:53 +08:00
continuation_indent_size = 8
[*.xml]
indent_style = tab
indent_size = 4
2017-04-18 16:41:53 +08:00
continuation_indent_size = 8