diff --git a/archco b/archco
index f713e2d7c07403ed8881627be0f2f63a0b60fff3..5fc9ebe83f359aa0713acbc1cbd04dfebe2efa13 100755
--- a/archco
+++ b/archco
@@ -8,6 +8,3 @@ fi
 for i in "$@"; do
 	svn co svn+ssh://gerolde.archlinux.org/srv/svn-packages/$i
 done
-
-# vim: set noexpandtab tabstop=8 shiftwidth=8 wrap:textwidth=132 autoindent
-# kate: indent-mode normal; indent-width 8; tab-indents on; tab-width 8; word-wrap on; word-wrap-column 132
diff --git a/archrelease b/archrelease
index a85bea1709d677883ec1a1a16b4e0f41e0ef6ca4..cd1bcfeb04e8e30e3ac89e1a6098040561d4e485 100755
--- a/archrelease
+++ b/archrelease
@@ -31,6 +31,3 @@ svn copy -q -r HEAD trunk "repos/${1}"
 svn commit -q -m "archrelease: copy trunk to ${1}" || abort
 popd >/dev/null
 echo 'done'
-
-# vim: set noexpandtab tabstop=8 shiftwidth=8 wrap:textwidth=132 autoindent
-# kate: indent-mode normal; indent-width 8; tab-indents on; tab-width 8; word-wrap on; word-wrap-column 132
diff --git a/archrm b/archrm
index d2c0997a4422b83aa2ae378341219e5c665f538e..4a683f6104c0775a151143f65e1d59a3c9bc9e77 100755
--- a/archrm
+++ b/archrm
@@ -11,6 +11,3 @@ fi
 #popd
 
 rm -rf $1
-
-# vim: set noexpandtab tabstop=8 shiftwidth=8 wrap:textwidth=132 autoindent
-# kate: indent-mode normal; indent-width 8; tab-indents on; tab-width 8; word-wrap on; word-wrap-column 132
diff --git a/checkpkg b/checkpkg
index 2e40f66a35f17fd699bb655d7b0f88dec34141b3..47fb6729de8bf98b00662252aaf0d62ea5297098 100755
--- a/checkpkg
+++ b/checkpkg
@@ -90,6 +90,3 @@ for _pkgname in ${pkgname[@]}; do
 		echo "No filename differences for $_pkgname."
 	fi
 done
-
-# vim: set noexpandtab tabstop=8 shiftwidth=8 wrap:textwidth=132 autoindent
-# kate: indent-mode normal; indent-width 8; tab-indents on; tab-width 8; word-wrap on; word-wrap-column 132
diff --git a/commitpkg b/commitpkg
index 9f0b8c696eb4b0585b0592efd8b546330b56fe6e..615d6940405f355a5fd90801adcba78c5408490a 100755
--- a/commitpkg
+++ b/commitpkg
@@ -112,6 +112,3 @@ if [ "${arch[*]}" == 'any' ]; then
 		popd >/dev/null
 	fi
 fi
-
-# vim: set noexpandtab tabstop=8 shiftwidth=8 wrap:textwidth=132 autoindent
-# kate: indent-mode normal; indent-width 8; tab-indents on; tab-width 8; word-wrap on; word-wrap-column 132
diff --git a/communityco b/communityco
index f4f3e97d4a9cbb5f4ed7e9f079902f0fb85be2b7..0909db1550bcdbf0e2ce50ffb1f0fa94fec84455 100755
--- a/communityco
+++ b/communityco
@@ -8,6 +8,3 @@ fi
 for i in "$@"; do
 	svn co svn+ssh://aur.archlinux.org/srv/svn-packages/$i
 done
-
-# vim: set noexpandtab tabstop=8 shiftwidth=8 wrap:textwidth=132 autoindent
-# kate: indent-mode normal; indent-width 8; tab-indents on; tab-width 8; word-wrap on; word-wrap-column 132
diff --git a/finddeps b/finddeps
index c21f4ba75108d488537bb571cf1edbad22964343..c47518a12a39fba8b75748cf4cfba2ec3ac77622 100755
--- a/finddeps
+++ b/finddeps
@@ -37,6 +37,3 @@ for d in $(find . -type d); do
 	fi
 	cd $tld
 done
-
-# vim: set noexpandtab tabstop=8 shiftwidth=8 wrap:textwidth=132 autoindent
-# kate: indent-mode normal; indent-width 8; tab-indents on; tab-width 8; word-wrap on; word-wrap-column 132
diff --git a/lddd b/lddd
index 2c327b888a2b2a02a7e70d88588758a15197442f..64d11a8a5758339e71dcbea1ac4f622713ae3449 100755
--- a/lddd
+++ b/lddd
@@ -46,6 +46,3 @@ done
 sort -u $TEMPDIR/pacman.txt >> $TEMPDIR/possible-rebuilds.txt
 
 echo "Files saved to $TEMPDIR"
-
-# vim: set noexpandtab tabstop=8 shiftwidth=8 wrap:textwidth=132 autoindent
-# kate: indent-mode normal; indent-width 8; tab-indents on; tab-width 8; word-wrap on; word-wrap-column 132
diff --git a/makechrootpkg b/makechrootpkg
index 779786eee9c65ec60619cb86489a94fb42858b94..830a8afd41de80b115bc5a350c841cc94d6a7a69 100755
--- a/makechrootpkg
+++ b/makechrootpkg
@@ -246,6 +246,3 @@ if [ -e "${copydir}/build/BUILD_FAILED" ]; then
 else
 	rm -rf "${copydir}"/build/*
 fi
-
-# vim: set noexpandtab tabstop=8 shiftwidth=8 wrap:textwidth=132 autoindent
-# kate: indent-mode normal; indent-width 8; tab-indents on; tab-width 8; word-wrap on; word-wrap-column 132
diff --git a/mkarchroot b/mkarchroot
index 208b1440b86c4f6705fe60518bf10c7c29f2adf1..1e86440186d1020986ad437daccbfb88561bb2d0 100755
--- a/mkarchroot
+++ b/mkarchroot
@@ -173,6 +173,3 @@ if [ "$RUN" != "" ]; then
 	fi
 	# }}}
 fi
-
-# vim: set noexpandtab tabstop=8 shiftwidth=8 wrap:textwidth=132 autoindent
-# kate: indent-mode normal; indent-width 8; tab-indents on; tab-width 8; word-wrap on; word-wrap-column 132
diff --git a/rebuildpkgs b/rebuildpkgs
index 3be5d47aa10f4182d635f7d429036322a78e614e..be279bbf3c1b24d01cb440b8b2c25031c5818006 100755
--- a/rebuildpkgs
+++ b/rebuildpkgs
@@ -99,6 +99,3 @@ if [ "$FAILED" != "" ]; then
 fi
 
 echo 'SVN pkgbumps in svn-packages/ - commit when ready'
-
-# vim: set noexpandtab tabstop=8 shiftwidth=8 wrap:textwidth=132 autoindent
-# kate: indent-mode normal; indent-width 8; tab-indents on; tab-width 8; word-wrap on; word-wrap-column 132