Skip to content

Latest commit

 

History

History
28 lines (13 loc) · 710 Bytes

CODESTYLE.md

File metadata and controls

28 lines (13 loc) · 710 Bytes

Code style definitions

Code style and import order is governed by an Eclipse JDT formatter definition. It can be imported into IntelliJ as well.

Maven setup

Spotless is used to check and format code in Maven builds.

Manual check/cleanup

run mvn spotless:checkor mvn spotless:apply

See https://github.com/diffplug/spotless/blob/master/plugin-maven/README.md

Integrated part of build

By default the code style check is done before compilation.

Eclipse setup

https://github.com/diffplug/spotless/blob/master/ECLIPSE_SCREENSHOTS.md

IntelliJ setup