From ef962f6008f25ab7cbd4ca21bcc72b97a1e2d76f Mon Sep 17 00:00:00 2001 From: Ruben Undheim Date: Tue, 5 Jul 2016 18:02:38 +0200 Subject: Imported Upstream version 0.0.34 --- openEMS/astyle.sh | 4 ++++ 1 file changed, 4 insertions(+) create mode 100755 openEMS/astyle.sh (limited to 'openEMS/astyle.sh') diff --git a/openEMS/astyle.sh b/openEMS/astyle.sh new file mode 100755 index 0000000..2c8bd41 --- /dev/null +++ b/openEMS/astyle.sh @@ -0,0 +1,4 @@ +#!/bin/sh + +find . -type f -name \*.cpp -exec astyle --style=allman --indent=tab --indent-cases {} \; +find . -type f -name \*.h -exec astyle --style=allman --indent=tab --keep-one-line-blocks --indent-cases {} \; -- cgit v1.2.3