From 860e4c4943ad062bd0eff99f28e7d64804b3c08e Mon Sep 17 00:00:00 2001 From: Eli Schwartz Date: Thu, 3 May 2018 00:10:20 -0400 Subject: 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 Signed-off-by: Allan McRae --- doc/Makefile.am | 2 -- doc/PKGBUILD.5.txt | 3 --- doc/alpm-hooks.5.txt | 3 --- doc/footer.txt | 3 --- doc/index.txt | 4 ---- doc/libalpm.3.txt | 3 --- doc/makepkg-template.1.txt | 3 --- doc/makepkg.8.txt | 3 --- doc/makepkg.conf.5.txt | 3 --- doc/pacman-key.8.txt | 3 --- doc/pacman.8.txt | 3 --- doc/pacman.conf.5.txt | 3 --- doc/pkgdelta.8.txt | 3 --- doc/repo-add.8.txt | 3 --- doc/submitting-patches.txt | 4 ---- doc/translation-help.txt | 4 ---- doc/vercmp.8.txt | 3 --- 17 files changed, 53 deletions(-) (limited to 'doc') diff --git a/doc/Makefile.am b/doc/Makefile.am index bbf2af66..3eff9194 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -176,5 +176,3 @@ install-data-hook: uninstall-hook: $(RM) $(DESTDIR)$(mandir)/man8/repo-remove.8 - -# vim:set noet: diff --git a/doc/PKGBUILD.5.txt b/doc/PKGBUILD.5.txt index cbd02e88..795dde45 100644 --- a/doc/PKGBUILD.5.txt +++ b/doc/PKGBUILD.5.txt @@ -1,6 +1,3 @@ -///// -vim:set ts=4 sw=4 syntax=asciidoc noet spell spelllang=en_us: -///// PKGBUILD(5) =========== diff --git a/doc/alpm-hooks.5.txt b/doc/alpm-hooks.5.txt index 7c523e2d..eb56054e 100644 --- a/doc/alpm-hooks.5.txt +++ b/doc/alpm-hooks.5.txt @@ -1,6 +1,3 @@ -///// -vim:set ts=4 sw=4 syntax=asciidoc noet spell spelllang=en_us: -///// alpm-hooks(5) ============= diff --git a/doc/footer.txt b/doc/footer.txt index 12b07150..5812aa72 100644 --- a/doc/footer.txt +++ b/doc/footer.txt @@ -1,6 +1,3 @@ -///// -vim:set ts=4 sw=4 syntax=asciidoc noet spell spelllang=en_us: -///// See the pacman website at https://www.archlinux.org/pacman/[] for current information on pacman and its related tools. diff --git a/doc/index.txt b/doc/index.txt index 6461e34f..48510830 100644 --- a/doc/index.txt +++ b/doc/index.txt @@ -259,7 +259,3 @@ pacman is Copyright (C) 2006-2018 Pacman Development Team and Copyright (C) 2002-2006 Judd Vinet and is licensed through the GNU General Public License, version 2 or later. - -///// -vim:set ts=4 sw=4 syntax=asciidoc noet spell spelllang=en_us: -///// diff --git a/doc/libalpm.3.txt b/doc/libalpm.3.txt index aa667a11..e75fb880 100644 --- a/doc/libalpm.3.txt +++ b/doc/libalpm.3.txt @@ -1,6 +1,3 @@ -///// -vim:set ts=4 sw=4 syntax=asciidoc noet spell spelllang=en_us: -///// libalpm(3) ========== diff --git a/doc/makepkg-template.1.txt b/doc/makepkg-template.1.txt index 99637d43..fcb19b07 100644 --- a/doc/makepkg-template.1.txt +++ b/doc/makepkg-template.1.txt @@ -1,6 +1,3 @@ -///// -vim:set ts=4 sw=4 syntax=asciidoc noet spell spelllang=en_us: -///// makepkg-template(1) =================== diff --git a/doc/makepkg.8.txt b/doc/makepkg.8.txt index a065b795..58e9b27a 100644 --- a/doc/makepkg.8.txt +++ b/doc/makepkg.8.txt @@ -1,6 +1,3 @@ -///// -vim:set ts=4 sw=4 syntax=asciidoc noet spell spelllang=en_us: -///// makepkg(8) ========== diff --git a/doc/makepkg.conf.5.txt b/doc/makepkg.conf.5.txt index 5417aa0e..27ca3d9d 100644 --- a/doc/makepkg.conf.5.txt +++ b/doc/makepkg.conf.5.txt @@ -1,6 +1,3 @@ -///// -vim:set ts=4 sw=4 syntax=asciidoc noet spell spelllang=en_us: -///// makepkg.conf(5) =============== diff --git a/doc/pacman-key.8.txt b/doc/pacman-key.8.txt index 3c947f7a..0b46f919 100644 --- a/doc/pacman-key.8.txt +++ b/doc/pacman-key.8.txt @@ -1,6 +1,3 @@ -///// -vim:set ts=4 sw=4 syntax=asciidoc noet spell spelllang=en_us: -///// pacman-key(8) ============= diff --git a/doc/pacman.8.txt b/doc/pacman.8.txt index a395b777..ebe16e61 100644 --- a/doc/pacman.8.txt +++ b/doc/pacman.8.txt @@ -1,6 +1,3 @@ -///// -vim:set ts=4 sw=4 syntax=asciidoc noet spell spelllang=en_us: -///// pacman(8) ========= diff --git a/doc/pacman.conf.5.txt b/doc/pacman.conf.5.txt index f401193f..db8fe740 100644 --- a/doc/pacman.conf.5.txt +++ b/doc/pacman.conf.5.txt @@ -1,6 +1,3 @@ -///// -vim:set ts=4 sw=4 syntax=asciidoc noet spell spelllang=en_us: -///// pacman.conf(5) ============== diff --git a/doc/pkgdelta.8.txt b/doc/pkgdelta.8.txt index 49b3460b..6d93a67a 100644 --- a/doc/pkgdelta.8.txt +++ b/doc/pkgdelta.8.txt @@ -1,6 +1,3 @@ -///// -vim:set ts=4 sw=4 syntax=asciidoc noet spell spelllang=en_us: -///// pkgdelta(8) ========= diff --git a/doc/repo-add.8.txt b/doc/repo-add.8.txt index 564ee758..4c6d8d5a 100644 --- a/doc/repo-add.8.txt +++ b/doc/repo-add.8.txt @@ -1,6 +1,3 @@ -///// -vim:set ts=4 sw=4 syntax=asciidoc noet spell spelllang=en_us: -///// repo-add(8) ========== diff --git a/doc/submitting-patches.txt b/doc/submitting-patches.txt index 77ec771f..73c7487d 100644 --- a/doc/submitting-patches.txt +++ b/doc/submitting-patches.txt @@ -99,7 +99,3 @@ aren't their own. When resubmitting patches, update the subject line to reflect the version number ('[PATCHv2]'), and send it as a reply to the original thread. -- - -///// -vim:set ts=4 sw=4 syntax=asciidoc noet spell spelllang=en_us: -///// diff --git a/doc/translation-help.txt b/doc/translation-help.txt index 99ce3d82..67117bcc 100644 --- a/doc/translation-help.txt +++ b/doc/translation-help.txt @@ -151,7 +151,3 @@ the pacman codebase. However, this is not to say translations are unwelcome. If someone has experience with i18n man pages and how to best include them with our source, please contact the pacman-dev mailing list at mailto:pacman-dev@archlinux.org[]. - -///// -vim:set ts=4 sw=4 syntax=asciidoc noet spell spelllang=en_us: -///// diff --git a/doc/vercmp.8.txt b/doc/vercmp.8.txt index 18819953..f8328a6b 100644 --- a/doc/vercmp.8.txt +++ b/doc/vercmp.8.txt @@ -1,6 +1,3 @@ -///// -vim:set ts=4 sw=4 syntax=asciidoc noet spell spelllang=en_us: -///// vercmp(8) ========= -- cgit v1.2.3-24-g4f1b