summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKerin Millar <kfm@plushkava.net>2023-06-09 22:26:16 +0100
committerKerin Millar <kfm@plushkava.net>2023-06-09 22:26:16 +0100
commit347c3975525e15f52a537ef4ecccf8f3b33087bf (patch)
tree30622ee945bc118f5ca1db578ce76092c2c5b014
parentRight-trim messages given to ebegin() and _eprint() where appropriate (diff)
downloadgentoo-functions-347c3975525e15f52a537ef4ecccf8f3b33087bf.tar.gz
gentoo-functions-347c3975525e15f52a537ef4ecccf8f3b33087bf.tar.bz2
gentoo-functions-347c3975525e15f52a537ef4ecccf8f3b33087bf.zip
Remove the vim modeline
I am fed up with the indentation behaviour being wrecked by the imablance between ts and sw and I aleady assume that a tabstop is equivalent to 8 spaces. Enough. Signed-off-by: Kerin Millar <kfm@plushkava.net>
-rw-r--r--functions.sh.in2
1 files changed, 0 insertions, 2 deletions
diff --git a/functions.sh.in b/functions.sh.in
index 5141670..d13be7d 100644
--- a/functions.sh.in
+++ b/functions.sh.in
@@ -698,5 +698,3 @@ else
NORMAL=$(printf '\033[0m')
WARN=$(printf '\033[33;01m')
fi
-
-# vim:ts=4