From 1dc3de3f69efe11d112e23c19db3e23695b426eb Mon Sep 17 00:00:00 2001 From: "Jason St. John" Date: Fri, 16 Nov 2012 18:31:42 -0500 Subject: 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 --- proto/PKGBUILD.proto | 2 -- proto/proto.install | 2 -- 2 files changed, 4 deletions(-) (limited to 'proto') 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: -- cgit v1.2.3-24-g4f1b