fix: formatter now follow the same logic as idea, see https://github.com/google/google-java-format/issues/566
All checks were successful
Format / formatting (push) Successful in 5s
CI / build (push) Successful in 10s

This commit is contained in:
Pierre Tellier 2025-02-26 18:55:45 +01:00
parent 1d970ce5f5
commit b5c03798fc

View File

@ -15,4 +15,4 @@ jobs:
- uses: axel-op/googlejavaformat-action@v3
with:
args: "--set-exit-if-changed --skip-sorting-imports --aosp -n"
args: "--set-exit-if-changed --skip-sorting-imports --skip-reflowing-long-strings --aosp -n"