From 381d47deea484d072044182f34ed30d625e5094d Mon Sep 17 00:00:00 2001 From: lotodore Date: Sat, 12 Feb 2011 14:39:50 +0000 Subject: [PATCH] Adding astyle script. Make sure to use the latest version of astyle. --- run_astyle.sh | 3 +++ 1 file changed, 3 insertions(+) create mode 100755 run_astyle.sh diff --git a/run_astyle.sh b/run_astyle.sh new file mode 100755 index 00000000..24edc5d3 --- /dev/null +++ b/run_astyle.sh @@ -0,0 +1,3 @@ +#!/bin/bash +astyle --style=kr --indent=force-tab=4 -n --lineend=linux --exclude=src/third_party -r "src/*.h" +astyle --style=kr --indent=force-tab=4 -n --lineend=linux --exclude=src/third_party -r "src/*.cpp"