commit | 5d1cb30e40210ec382db41922f25b254ab6e6d31 | [log] [tgz] |
---|---|---|
author | Christopher Dunn <cdunn2001@gmail.com> | Sat Oct 10 10:29:19 2020 -0500 |
committer | Christopher Dunn <cdunn2001@gmail.com> | Sat Oct 10 11:10:09 2020 -0500 |
tree | 4a54263e737a5f73e7ec8ceb2b357972065ef244 | |
parent | c60ebf787aaef3c1cf8d58be01d0d3d508e04255 [diff] [blame] |
clang-format
diff --git a/reformat.sh b/reformat.sh new file mode 100644 index 0000000..cdc03b1 --- /dev/null +++ b/reformat.sh
@@ -0,0 +1 @@ +find src -name '*.cpp' -or -name '*.h' | xargs clang-format -i