summaryrefslogtreecommitdiff
path: root/src/tool/indent.sh
diff options
context:
space:
mode:
Diffstat (limited to 'src/tool/indent.sh')
-rwxr-xr-xsrc/tool/indent.sh8
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 $*
-
-