Skip to content

Commit ef0f38d

Browse files
committed
fix(ci): Format code action based on .clang-format file
1 parent 8b30e16 commit ef0f38d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/format-code.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
run: sudo apt-get install clang-format
2929

3030
- name: Run clang-format
31-
run: find . -name '*.c' -o -name '*.h' | xargs clang-format -i
31+
run: find . -name '*.c' -o -name '*.h' | xargs clang-format -i -style=file
3232

3333
- name: Commit changes
3434
run: |

0 commit comments

Comments
 (0)