From d9491b20cc5fc8b683eb0f60a50da6b322b55e57 Mon Sep 17 00:00:00 2001 From: jgoppert Date: Sun, 6 Jan 2013 15:33:55 -0500 Subject: Reformat of math library with astyle. --- Tools/fix_code_style_ubuntu.sh | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100755 Tools/fix_code_style_ubuntu.sh (limited to 'Tools') diff --git a/Tools/fix_code_style_ubuntu.sh b/Tools/fix_code_style_ubuntu.sh new file mode 100755 index 000000000..90ab57b89 --- /dev/null +++ b/Tools/fix_code_style_ubuntu.sh @@ -0,0 +1,19 @@ +#!/bin/sh +astyle \ + --style=linux \ + --indent=force-tab=8 \ + --indent-cases \ + --indent-preprocessor \ + --break-blocks=all \ + --pad-oper \ + --pad-header \ + --unpad-paren \ + --keep-one-line-blocks \ + --keep-one-line-statements \ + --align-pointer=name \ + --suffix=none \ + --lineend=linux \ + $* + #--ignore-exclude-errors-x \ + #--exclude=EASTL \ + #--align-reference=name \ -- cgit v1.2.3