We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b30e16 commit ef0f38dCopy full SHA for ef0f38d
.github/workflows/format-code.yml
@@ -28,7 +28,7 @@ jobs:
28
run: sudo apt-get install clang-format
29
30
- name: Run clang-format
31
- run: find . -name '*.c' -o -name '*.h' | xargs clang-format -i
+ run: find . -name '*.c' -o -name '*.h' | xargs clang-format -i -style=file
32
33
- name: Commit changes
34
run: |
0 commit comments