summaryrefslogtreecommitdiffstats
path: root/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
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')
-rw-r--r--proto/PKGBUILD.proto2
-rw-r--r--proto/proto.install2
2 files changed, 0 insertions, 4 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:
diff --git a/proto/proto.install b/proto/proto.install
index 2a8993d1..26d37f84 100644
--- a/proto/proto.install
+++ b/proto/proto.install
@@ -33,5 +33,3 @@
#post_remove() {
# do something here
#}
-
-# vim:set ts=2 sw=2 et: