mirror of
https://github.com/spring-cloud/spring-cloud-netflix.git
synced 2026-09-17 07:43:44 +00:00
* Checkstyle improvements. * Checkstyle improvements. * Checkstyle improvements. * Finish checkstyle cleanup. Turn failOnError on. * Fix incorrect final class
16 lines
232 B
INI
16 lines
232 B
INI
root=true
|
|
|
|
[*.java]
|
|
indent_style = tab
|
|
indent_size = 4
|
|
continuation_indent_size = 8
|
|
|
|
[*.groovy]
|
|
indent_style = tab
|
|
indent_size = 4
|
|
continuation_indent_size = 8
|
|
|
|
[*.xml]
|
|
indent_style = tab
|
|
indent_size = 4
|
|
continuation_indent_size = 8 |