diff options
author | Ben Longbons <b.r.longbons@gmail.com> | 2012-12-12 22:40:37 -0800 |
---|---|---|
committer | Ben Longbons <b.r.longbons@gmail.com> | 2012-12-12 22:43:10 -0800 |
commit | f9563edf69f083287630f4b17db70d97524196d6 (patch) | |
tree | 495a75932bf493c4a2afb94f924e3efde4ea70a8 /src/tool/indent.sh | |
parent | 608f959900968e83fd25231c72308fc608742dd5 (diff) | |
download | tmwa-f9563edf69f083287630f4b17db70d97524196d6.tar.gz tmwa-f9563edf69f083287630f4b17db70d97524196d6.tar.bz2 tmwa-f9563edf69f083287630f4b17db70d97524196d6.tar.xz tmwa-f9563edf69f083287630f4b17db70d97524196d6.zip |
Delete old tools
If there was anything you actually used, tell me.
Diffstat (limited to 'src/tool/indent.sh')
-rwxr-xr-x | src/tool/indent.sh | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/tool/indent.sh b/src/tool/indent.sh deleted file mode 100755 index d71f224..0000000 --- a/src/tool/indent.sh +++ /dev/null @@ -1,8 +0,0 @@ -#!/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 $* - - |