comparison 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
comparison
equal deleted inserted replaced
995:6883f5911eb7 996:859f9b4339e6
1 #!/usr/bin/env bash
2 # This is used to format files in cfunge as needed. You need to install astyle to use this:
3 # http://astyle.sourceforge.net/
4 # I use astyle 1.22. No idea if it will work with previous versions.
5 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 "$@"