Files
spring-cloud-app-broker/.editorconfig
Roy Clarkson b0c71e52de Enforce Spring formatting and style rules
- Add PMD checks and resolve failing rules
- Apply Spring Checkstyle rules based on Spring Framework
- Rearrange imports to be more consistent
- Format whitespace
2019-11-15 12:41:19 -05:00

11 lines
139 B
INI

[*]
charset=utf-8
end_of_line=lf
insert_final_newline=true
indent_style=tab
indent_size=4
[*.{yml,yaml}]
indent_style=space
indent_size=2