From b5c03798fcf9bdb1f59b0007c33262c9d1cc4f8d Mon Sep 17 00:00:00 2001 From: Pierre Tellier Date: Wed, 26 Feb 2025 18:55:45 +0100 Subject: [PATCH] fix: formatter now follow the same logic as idea, see https://github.com/google/google-java-format/issues/566 --- .gitea/workflows/back.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/back.yaml b/.gitea/workflows/back.yaml index 31aa219..bde3a22 100644 --- a/.gitea/workflows/back.yaml +++ b/.gitea/workflows/back.yaml @@ -15,4 +15,4 @@ jobs: - uses: axel-op/googlejavaformat-action@v3 with: - args: "--set-exit-if-changed --skip-sorting-imports --aosp -n" \ No newline at end of file + args: "--set-exit-if-changed --skip-sorting-imports --skip-reflowing-long-strings --aosp -n"