From 60519f355d9898e6b61a1915fcb0ee22c580d7fd Mon Sep 17 00:00:00 2001 From: Matthias Kurz Date: Thu, 16 Apr 2026 13:37:15 +0200 Subject: [PATCH] fix readme this new line is needed otherwise boom --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index ae8fd7f..8a98a2a 100644 --- a/README.md +++ b/README.md @@ -31,6 +31,7 @@ For available versions see [releases](https://github.com/sbt/sbt-java-formatter/ * `javafmtFixImportsCheck` fails if Java imports need fixing * `javafmtFixImportsCheckAll` fails if Java imports need fixing in any configuration (`Compile` and `Test` by default)
+ * The `javafmtOnCompile` setting controls whether the formatter kicks in on compile (`false` by default). * The `javafmtStyle` setting defines the formatting style: Google Java Style (by default) or AOSP style. * The `javafmtSortImports` setting controls whether imports are sorted (`true` by default).