From 234b5aac7fcf3f73e26431359d183a3ade201654 Mon Sep 17 00:00:00 2001 From: June Tate-Gans Date: Sun, 25 Apr 2021 20:13:25 -0500 Subject: [PATCH] tools: Add a small reformatting tool to ease the burden --- tools/reformat | 3 +++ 1 file changed, 3 insertions(+) create mode 100755 tools/reformat diff --git a/tools/reformat b/tools/reformat new file mode 100755 index 0000000..8df8bcf --- /dev/null +++ b/tools/reformat @@ -0,0 +1,3 @@ +#!/bin/bash + +find -name \*.cc -or -name \*.h |xargs clang-format -i