Skip to content

Commit

Permalink
specify main branch when calling git-clang-format
Browse files Browse the repository at this point in the history
  • Loading branch information
Dewb committed Jan 5, 2025
1 parent b1c4f37 commit e12ae11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ teletype.zip: clean-zip
docs/cheatsheet/cheatsheet.pdf

format:
git-clang-format -f --style=file
git-clang-format -f --style=file main

format-all:
find . -type f -name "*.c" -o -name "*.h" | xargs clang-format -style=file -i

0 comments on commit e12ae11

Please sign in to comment.