mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-17 12:09:16 +00:00
12 lines
157 B
INI
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
|