summaryrefslogtreecommitdiffstats
path: root/proto/PKGBUILD.proto
diff options
context:
space:
mode:
authorJason St. John <jstjohn@purdue.edu>2012-11-17 00:31:42 +0100
committerAllan McRae <allan@archlinux.org>2012-12-14 03:35:34 +0100
commit1dc3de3f69efe11d112e23c19db3e23695b426eb (patch)
tree8186b8f4788f8089e25ee508e49ef70c5a30fccb /proto/PKGBUILD.proto
parent95f566d98a5ee361c0a7aca234e152d4f4ded791 (diff)
downloadpacman-1dc3de3f69efe11d112e23c19db3e23695b426eb.tar.gz
pacman-1dc3de3f69efe11d112e23c19db3e23695b426eb.tar.xz
Remove Vim modelines in prototype files
It makes little sense to "force" users to replace tabs with spaces, with a width of 2. These settings should be configured by the user in their own ~/.vimrc. This is a resubmission based on Allan's feedback on the ML. Signed-off-by: Jason St. John <jstjohn@purdue.edu>
Diffstat (limited to 'proto/PKGBUILD.proto')
-rw-r--r--proto/PKGBUILD.proto2
1 files changed, 0 insertions, 2 deletions
diff --git a/proto/PKGBUILD.proto b/proto/PKGBUILD.proto
index 98172d8d..6e788c1d 100644
--- a/proto/PKGBUILD.proto
+++ b/proto/PKGBUILD.proto
@@ -43,5 +43,3 @@ package() {
cd "$srcdir/$pkgname-$pkgver"
make DESTDIR="$pkgdir/" install
}
-
-# vim:set ts=2 sw=2 et: