Skip to content

Commit

Permalink
Exclude patches from trailing whitespace check
Browse files Browse the repository at this point in the history
  • Loading branch information
msimberg committed Jan 17, 2025
1 parent 72e5f54 commit 64e970c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/format.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ do
# Check if tab are present.
egrep -Hn $'\t' $FILE && TAB_FOUND=1 || true
;;
*.pdf|*.hdf5|*.jpg|*.png|*.ppt|*.pptx|*.ipe)
*.pdf|*.hdf5|*.jpg|*.patch|*.png|*.ppt|*.pptx|*.ipe)
# Exclude some binary files types,
# others can be excluded as needed.
;;
Expand Down

0 comments on commit 64e970c

Please sign in to comment.