From 6130c6ddc47cc55f6745e783b1c240e4f9130004 Mon Sep 17 00:00:00 2001 From: Quinten Date: Wed, 10 Sep 2025 18:02:36 +0200 Subject: [PATCH] updated clang-format --- .github/workflows/clang-format.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/clang-format.yml b/.github/workflows/clang-format.yml index c8bf720..5938903 100644 --- a/.github/workflows/clang-format.yml +++ b/.github/workflows/clang-format.yml @@ -26,7 +26,7 @@ jobs: - name: Run clang-format and auto-fix run: | FILES=$(find . -name '*.c' -o -name '*.cpp' -o -name '*.h' -o -name '*.hpp') - clang-format -i $FILES + clang-format --dump-config -i $FILES - name: Commit and push changes (if any) run: |