Skip to content
This repository has been archived by the owner on Oct 31, 2019. It is now read-only.

Commit

Permalink
update formatting script
Browse files Browse the repository at this point in the history
  • Loading branch information
gchatelet committed Jul 23, 2014
1 parent 385d864 commit 992247e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions format_all_files.sh
@@ -1,3 +1,2 @@
#!/bin/bash
find src/duke/ -name '*.?pp' -exec clang-format -i {} \;
find test/ -name '*.?pp' -exec clang-format -i {} \;
git status --porcelain --untracked-files=all| grep -e "\.[hc]pp$" | cut -c4- | xargs clang-format -i

0 comments on commit 992247e

Please sign in to comment.