diff options
Diffstat (limited to 'scripts/format-all.sh')
| -rwxr-xr-x | scripts/format-all.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/scripts/format-all.sh b/scripts/format-all.sh new file mode 100755 index 0000000..156d807 --- /dev/null +++ b/scripts/format-all.sh @@ -0,0 +1,3 @@ +#!/bin/sh + +uncrustify -c uncrustify.cfg -l CPP --no-backup $(git ls-files '*.cpp' '*.h') |
