Skip to content

Commit

Permalink
Add formatting script.
Browse files Browse the repository at this point in the history
  • Loading branch information
jtv committed Dec 31, 2019
1 parent d1d850f commit 642bb16
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tools/format
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#! /bin/sh
#
# Reformat source code using clang-format.
find -name \*.cxx -o -name \*.hxx | xargs clang-format -i

0 comments on commit 642bb16

Please sign in to comment.