updated clang-format

This commit is contained in:
Quinten 2025-09-10 18:02:36 +02:00
parent ced176fc7d
commit 6130c6ddc4

View File

@ -26,7 +26,7 @@ jobs:
- name: Run clang-format and auto-fix - name: Run clang-format and auto-fix
run: | run: |
FILES=$(find . -name '*.c' -o -name '*.cpp' -o -name '*.h' -o -name '*.hpp') 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) - name: Commit and push changes (if any)
run: | run: |