diff options
author | Eli Schwartz <eschwartz@archlinux.org> | 2018-05-03 06:10:20 +0200 |
---|---|---|
committer | Allan McRae <allan@archlinux.org> | 2018-05-14 01:59:15 +0200 |
commit | 860e4c4943ad062bd0eff99f28e7d64804b3c08e (patch) | |
tree | 161b0a4096b2f4bfce79e468d7c7cb133d70e7b9 /scripts | |
parent | 9aec7c3c7225ec9a2ae1124eca612a709f7abddf (diff) | |
download | pacman-860e4c4943ad062bd0eff99f28e7d64804b3c08e.tar.gz pacman-860e4c4943ad062bd0eff99f28e7d64804b3c08e.tar.xz |
Remove all modelines from the project
Many of these are pointless (e.g. there is no need to explicitly turn on
spellchecking and language dictionaries for the manpages by default).
The only useful modelines are the ones enforcing the project coding
standards for indentation style (and "maybe" filetype/syntax, but
everything except the asciidoc manpages and makepkg.conf is already
autodetected), and indent style can be applied more easily with
.editorconfig
Signed-off-by: Eli Schwartz <eschwartz@archlinux.org>
Signed-off-by: Allan McRae <allan@archlinux.org>
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/Makefile.am | 3 | ||||
-rwxr-xr-x | scripts/makepkg-template.pl.in | 2 | ||||
-rw-r--r-- | scripts/makepkg.sh.in | 2 | ||||
-rw-r--r-- | scripts/pacman-db-upgrade.sh.in | 2 | ||||
-rw-r--r-- | scripts/pacman-key.sh.in | 2 | ||||
-rw-r--r-- | scripts/pkgdelta.sh.in | 2 | ||||
-rw-r--r-- | scripts/repo-add.sh.in | 1 |
7 files changed, 0 insertions, 14 deletions
diff --git a/scripts/Makefile.am b/scripts/Makefile.am index 17e54eff..f759e149 100644 --- a/scripts/Makefile.am +++ b/scripts/Makefile.am @@ -289,6 +289,3 @@ uninstall-hook: for dir in $(LIBMAKEPKGDIRS); do \ $(RM) -r $(DESTDIR)$(libmakepkgdir)/$$dir; \ done - - -# vim:set noet: diff --git a/scripts/makepkg-template.pl.in b/scripts/makepkg-template.pl.in index 918d58c9..e485dec4 100755 --- a/scripts/makepkg-template.pl.in +++ b/scripts/makepkg-template.pl.in @@ -213,5 +213,3 @@ $opts{input} = "/dev/stdin" if $opts{input} eq "-"; $opts{output} = "/dev/stdout" if $opts{output} eq "-"; burp($opts{output}, process_file($opts{input})); - -# vim: set noet: diff --git a/scripts/makepkg.sh.in b/scripts/makepkg.sh.in index 14dd3eac..62b912e3 100644 --- a/scripts/makepkg.sh.in +++ b/scripts/makepkg.sh.in @@ -1702,5 +1702,3 @@ fi msg "$(gettext "Finished making: %s")" "$pkgbase $basever ($(date +%c))" install_package && exit $E_OK || exit $E_INSTALL_FAILED - -# vim: set noet: diff --git a/scripts/pacman-db-upgrade.sh.in b/scripts/pacman-db-upgrade.sh.in index a529dadd..e9e995bd 100644 --- a/scripts/pacman-db-upgrade.sh.in +++ b/scripts/pacman-db-upgrade.sh.in @@ -240,5 +240,3 @@ echo "9" > "$dbroot"/local/ALPM_DB_VERSION # remove the lock file rm -f "$lockfile" - -# vim: set noet: diff --git a/scripts/pacman-key.sh.in b/scripts/pacman-key.sh.in index 01e0bd5e..5e75230f 100644 --- a/scripts/pacman-key.sh.in +++ b/scripts/pacman-key.sh.in @@ -636,5 +636,3 @@ fi (( UPDATEDB )) && updatedb exit 0 - -# vim: set noet: diff --git a/scripts/pkgdelta.sh.in b/scripts/pkgdelta.sh.in index 316d6395..f9b108da 100644 --- a/scripts/pkgdelta.sh.in +++ b/scripts/pkgdelta.sh.in @@ -227,5 +227,3 @@ if ! type xdelta3 &>/dev/null; then fi create_xdelta "$@" - -# vim: set noet: diff --git a/scripts/repo-add.sh.in b/scripts/repo-add.sh.in index 8e577a1e..e80e1278 100644 --- a/scripts/repo-add.sh.in +++ b/scripts/repo-add.sh.in @@ -830,4 +830,3 @@ else fi exit 0 -# vim: set noet: |