Skip to content

Commit

Permalink
indent.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
lysevi committed May 4, 2016
1 parent 29294d1 commit ae80692
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions indent.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/bin/sh
find . -name '*.h' -exec clang-format -i {} \;
find . -name '*.cpp' -exec clang-format -i {} \;
find . -name '*.h' -exec clang-format --style=file -i {} \;
find . -name '*.cpp' -exec clang-format --style=file -i {} \;

0 comments on commit ae80692

Please sign in to comment.