From d53fa8a169832563c62262078b8d2ffe5cab8473 Mon Sep 17 00:00:00 2001 From: pepper Date: Sat, 10 Jan 2015 21:32:32 -0800 Subject: first --- scripts/format-code.sh | 3 +++ 1 file changed, 3 insertions(+) create mode 100755 scripts/format-code.sh (limited to 'scripts/format-code.sh') diff --git a/scripts/format-code.sh b/scripts/format-code.sh new file mode 100755 index 0000000..606379a --- /dev/null +++ b/scripts/format-code.sh @@ -0,0 +1,3 @@ +#!/bin/bash + +astyle --options=./scripts/mrswatson.astyle --recursive "main/*.c" "source/*.c" "source/*.cpp" "source/*.h" "test/*.c" "test/*.h" -- cgit v1.2.3-70-g09d2