Files
spring-cloud-release-tools/.editorconfig
Marcin Grzejszczak 591d22ed83 Added checkstyle rules
2019-02-15 12:13:54 +01:00

25 lines
328 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
[*.yml]
indent_style = space
indent_size = 2
[*.yaml]
indent_style = space
indent_size = 2