There was an error while loading. Please reload this page.
2 parents 3bbf404 + 60519f3 commit d5d35b1Copy full SHA for d5d35b1
1 file changed
README.md
@@ -31,6 +31,7 @@ For available versions see [releases](https://github.com/sbt/sbt-java-formatter/
31
* `javafmtFixImportsCheck` fails if Java imports need fixing
32
* `javafmtFixImportsCheckAll` fails if Java imports need fixing in any configuration (`Compile` and `Test` by default)
33
<br>
34
+
35
* The `javafmtOnCompile` setting controls whether the formatter kicks in on compile (`false` by default).
36
* The `javafmtStyle` setting defines the formatting style: Google Java Style (by default) or AOSP style.
37
* The `javafmtSortImports` setting controls whether imports are sorted (`true` by default).
0 commit comments