From 7bfe4fe66e6549f309e0f6f0b04856aa84aebb6d Mon Sep 17 00:00:00 2001 From: MadCamel Date: Sun, 10 Oct 2010 05:18:17 -0400 Subject: Added indent.sh script to help keep code formatted to standards. You should probably run indent.sh on any file you edit before committing to git. --- src/tool/indent.sh | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100755 src/tool/indent.sh (limited to 'src') diff --git a/src/tool/indent.sh b/src/tool/indent.sh new file mode 100755 index 0000000..5550362 --- /dev/null +++ b/src/tool/indent.sh @@ -0,0 +1,8 @@ +#!/bin/sh +# Simple script to help format code to TMW-eA standards. +# You should use this on any file you edit before +# committing to git. +indent -nbad -bap -sc -bl -blf -bli0 -cli4 -cbi0 -di5 \ +-nbc -bls -ip2 -nut -ts4 -bap -i4 -sob -npsl gui $* + + -- cgit v1.2.3-70-g09d2