Skip to content

Commit

Permalink
Add make format target to invoke clang-format
Browse files Browse the repository at this point in the history
  • Loading branch information
fragglet committed Dec 17, 2024
1 parent fa1a6ea commit bc20bea
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,5 @@ $(pkgconfig_DATA) : config.status

SUBDIRS=src test doc

format:
clang-format -i */*.[ch]

0 comments on commit bc20bea

Please sign in to comment.