Spotless Java configuration

Viewed 40

we're using spotlessJava with Gradle to build our peoject and I'd like to customize the formatting a little bit, but I'm able to find only a handful of spotless configuration rules on the internet.

Does anyone know how to modify the default behaviour (eg. turn off some rules) and/or knows the list of all available rules (or at least all the default ones)?

Thanks

Edit So it seems you can't override the default formatting, but you can use an Eclipse formatter within, to which you can provide a config xml..

0 Answers
Related