diff interps/cfunge/cfunge-src/tools/astyle.sh @ 996:859f9b4339e6

<Gregor> tar xf egobot.tar.xz
author HackBot
date Sun, 09 Dec 2012 19:30:08 +0000
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/interps/cfunge/cfunge-src/tools/astyle.sh	Sun Dec 09 19:30:08 2012 +0000
@@ -0,0 +1,5 @@
+#!/usr/bin/env bash
+# This is used to format files in cfunge as needed. You need to install astyle to use this:
+#   http://astyle.sourceforge.net/
+#   I use astyle 1.22. No idea if it will work with previous versions.
+astyle --indent-preprocessor --indent-namespaces --indent-labels --one-line=keep-statements --indent=tab=4 --max-instatement-indent=40 --brackets=linux --min-conditional-indent=1 --unpad=paren --indent-switches --pad=oper "$@"