- Add PMD checks and resolve failing rules - Apply Spring Checkstyle rules based on Spring Framework - Rearrange imports to be more consistent - Format whitespace
11 lines
139 B
INI
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
|