Andreas Krennmair:
authorak1 <ak1@e385b8ad-14ed-0310-8656-cc95a2468c6d>
Sun, 27 Feb 2005 17:16:39 +0000 (17:16 +0000)
committerak1 <ak1@e385b8ad-14ed-0310-8656-cc95a2468c6d>
Sun, 27 Feb 2005 17:16:39 +0000 (17:16 +0000)
added script for enforcing common mutt-ng indentation style

git-svn-id: svn://svn.berlios.de/mutt-ng/trunk@105 e385b8ad-14ed-0310-8656-cc95a2468c6d

muttng_indent.sh [new file with mode: 0755]

diff --git a/muttng_indent.sh b/muttng_indent.sh
new file mode 100755 (executable)
index 0000000..98e2bc6
--- /dev/null
@@ -0,0 +1,5 @@
+#!/bin/sh
+
+OPTIONS="-br -brs -npsl -di0 -i2 -nut -bad -bap"
+
+indent $OPTIONS "$@"