Skip to content

Commit

Permalink
Set Emacs file variables directory-wide
Browse files Browse the repository at this point in the history
Set the local variables for Emacs in the central placed intended for
it, rather than in (currently) 95 individual files.

Signed-off-by: Niels Thykier <niels@thykier.net>
  • Loading branch information
zwenna authored and nthykier committed Jul 3, 2017
1 parent 1b2f59a commit 35c18c7
Show file tree
Hide file tree
Showing 96 changed files with 7 additions and 559 deletions.
7 changes: 7 additions & 0 deletions .dir-locals.el
@@ -0,0 +1,7 @@
((perl-mode
(tab-width . 4)
(indent-tabs-mode . t))
(cperl-mode
(cperl-indent-level . 4)
(tab-width . 4)
(indent-tabs-mode . t)))
6 changes: 0 additions & 6 deletions Debian/Debhelper/Buildsystem.pm
Expand Up @@ -463,9 +463,3 @@ sub clean {
}

1

# Local Variables:
# indent-tabs-mode: t
# tab-width: 4
# cperl-indent-level: 4
# End:
6 changes: 0 additions & 6 deletions Debian/Debhelper/Buildsystem/ant.pm
Expand Up @@ -50,9 +50,3 @@ sub clean {
}

1

# Local Variables:
# indent-tabs-mode: t
# tab-width: 4
# cperl-indent-level: 4
# End:
6 changes: 0 additions & 6 deletions Debian/Debhelper/Buildsystem/autoconf.pm
Expand Up @@ -86,9 +86,3 @@ sub test {
}

1

# Local Variables:
# indent-tabs-mode: t
# tab-width: 4
# cperl-indent-level: 4
# End:
6 changes: 0 additions & 6 deletions Debian/Debhelper/Buildsystem/cmake.pm
Expand Up @@ -114,9 +114,3 @@ sub test {
}

1

# Local Variables:
# indent-tabs-mode: t
# tab-width: 4
# cperl-indent-level: 4
# End:
6 changes: 0 additions & 6 deletions Debian/Debhelper/Buildsystem/makefile.pm
Expand Up @@ -176,9 +176,3 @@ sub clean {
}

1

# Local Variables:
# indent-tabs-mode: t
# tab-width: 4
# cperl-indent-level: 4
# End:
6 changes: 0 additions & 6 deletions Debian/Debhelper/Buildsystem/meson.pm
Expand Up @@ -68,9 +68,3 @@ sub test {
}

1

# Local Variables:
# indent-tabs-mode: t
# tab-width: 4
# cperl-indent-level: 4
# End:
6 changes: 0 additions & 6 deletions Debian/Debhelper/Buildsystem/ninja.pm
Expand Up @@ -80,9 +80,3 @@ sub clean {
}

1

# Local Variables:
# indent-tabs-mode: t
# tab-width: 4
# cperl-indent-level: 4
# End:
6 changes: 0 additions & 6 deletions Debian/Debhelper/Buildsystem/perl_build.pm
Expand Up @@ -77,9 +77,3 @@ sub clean {
}

1

# Local Variables:
# indent-tabs-mode: t
# tab-width: 4
# cperl-indent-level: 4
# End:
6 changes: 0 additions & 6 deletions Debian/Debhelper/Buildsystem/perl_makemaker.pm
Expand Up @@ -87,9 +87,3 @@ sub install {
}

1

# Local Variables:
# indent-tabs-mode: t
# tab-width: 4
# cperl-indent-level: 4
# End:
6 changes: 0 additions & 6 deletions Debian/Debhelper/Buildsystem/python_distutils.pm
Expand Up @@ -209,9 +209,3 @@ sub clean {
}

1

# Local Variables:
# indent-tabs-mode: t
# tab-width: 4
# cperl-indent-level: 4
# End:
6 changes: 0 additions & 6 deletions Debian/Debhelper/Buildsystem/qmake.pm
Expand Up @@ -82,9 +82,3 @@ sub install {
}

1

# Local Variables:
# indent-tabs-mode: t
# tab-width: 4
# cperl-indent-level: 4
# End:
6 changes: 0 additions & 6 deletions Debian/Debhelper/Buildsystem/qmake_qt4.pm
Expand Up @@ -16,9 +16,3 @@ sub configure {
}

1

# Local Variables:
# indent-tabs-mode: t
# tab-width: 4
# cperl-indent-level: 4
# End:
6 changes: 0 additions & 6 deletions Debian/Debhelper/Dh_Buildsystems.pm
Expand Up @@ -254,9 +254,3 @@ sub buildsystems_do {
}

1

# Local Variables:
# indent-tabs-mode: t
# tab-width: 4
# cperl-indent-level: 4
# End:
6 changes: 0 additions & 6 deletions Debian/Debhelper/Dh_Getopt.pm
Expand Up @@ -301,9 +301,3 @@ sub parseopts {
}

1

# Local Variables:
# indent-tabs-mode: t
# tab-width: 4
# cperl-indent-level: 4
# End:
6 changes: 0 additions & 6 deletions Debian/Debhelper/Dh_Lib.pm
Expand Up @@ -1830,9 +1830,3 @@ sub on_items_in_parallel {


1

# Local Variables:
# indent-tabs-mode: t
# tab-width: 4
# cperl-indent-level: 4
# End:
6 changes: 0 additions & 6 deletions Debian/Debhelper/Sequence/build_stamp.pm
Expand Up @@ -9,9 +9,3 @@ add_command_at_end('create-stamp debian/debhelper-build-stamp', 'build-arch');
add_command_at_end('create-stamp debian/debhelper-build-stamp', 'build-indep');

1

# Local Variables:
# indent-tabs-mode: t
# tab-width: 4
# cperl-indent-level: 4
# End:
6 changes: 0 additions & 6 deletions Debian/Debhelper/Sequence/python_support.pm
Expand Up @@ -8,9 +8,3 @@ use Debian::Debhelper::Dh_Lib;
deprecated_functionality('python_support sequence does nothing as dh_pysupport is no longer available', 11);

1

# Local Variables:
# indent-tabs-mode: t
# tab-width: 4
# cperl-indent-level: 4
# End:
6 changes: 0 additions & 6 deletions dh
Expand Up @@ -1087,9 +1087,3 @@ This program is a part of debhelper.
Joey Hess <joeyh@debian.org>
=cut

# Local Variables:
# indent-tabs-mode: t
# tab-width: 4
# cperl-indent-level: 4
# End:
6 changes: 0 additions & 6 deletions dh_auto_build
Expand Up @@ -56,9 +56,3 @@ This program is a part of debhelper.
Joey Hess <joeyh@debian.org>
=cut

# Local Variables:
# indent-tabs-mode: t
# tab-width: 4
# cperl-indent-level: 4
# End:
6 changes: 0 additions & 6 deletions dh_auto_clean
Expand Up @@ -59,9 +59,3 @@ This program is a part of debhelper.
Joey Hess <joeyh@debian.org>
=cut

# Local Variables:
# indent-tabs-mode: t
# tab-width: 4
# cperl-indent-level: 4
# End:
6 changes: 0 additions & 6 deletions dh_auto_configure
Expand Up @@ -61,9 +61,3 @@ This program is a part of debhelper.
Joey Hess <joeyh@debian.org>
=cut

# Local Variables:
# indent-tabs-mode: t
# tab-width: 4
# cperl-indent-level: 4
# End:
6 changes: 0 additions & 6 deletions dh_auto_install
Expand Up @@ -101,9 +101,3 @@ This program is a part of debhelper.
Joey Hess <joeyh@debian.org>
=cut

# Local Variables:
# indent-tabs-mode: t
# tab-width: 4
# cperl-indent-level: 4
# End:
6 changes: 0 additions & 6 deletions dh_auto_test
Expand Up @@ -68,9 +68,3 @@ This program is a part of debhelper.
Joey Hess <joeyh@debian.org>
=cut

# Local Variables:
# indent-tabs-mode: t
# tab-width: 4
# cperl-indent-level: 4
# End:
12 changes: 0 additions & 12 deletions dh_bugfiles
Expand Up @@ -141,15 +141,3 @@ This program is a part of debhelper.
Modestas Vainius <modestas@vainius.eu>
=cut

# Local Variables:
# indent-tabs-mode: t
# tab-width: 4
# cperl-indent-level: 4
# End:

# Local Variables:
# indent-tabs-mode: t
# tab-width: 4
# cperl-indent-level: 4
# End:
6 changes: 0 additions & 6 deletions dh_builddeb
Expand Up @@ -186,9 +186,3 @@ This program is a part of debhelper.
Joey Hess <joeyh@debian.org>
=cut

# Local Variables:
# indent-tabs-mode: t
# tab-width: 4
# cperl-indent-level: 4
# End:
6 changes: 0 additions & 6 deletions dh_clean
Expand Up @@ -190,9 +190,3 @@ This program is a part of debhelper.
Joey Hess <joeyh@debian.org>
=cut

# Local Variables:
# indent-tabs-mode: t
# tab-width: 4
# cperl-indent-level: 4
# End:
6 changes: 0 additions & 6 deletions dh_compress
Expand Up @@ -256,9 +256,3 @@ This program is a part of debhelper.
Joey Hess <joeyh@debian.org>
=cut

# Local Variables:
# indent-tabs-mode: t
# tab-width: 4
# cperl-indent-level: 4
# End:
6 changes: 0 additions & 6 deletions dh_fixperms
Expand Up @@ -153,9 +153,3 @@ This program is a part of debhelper.
Joey Hess <joeyh@debian.org>
=cut

# Local Variables:
# indent-tabs-mode: t
# tab-width: 4
# cperl-indent-level: 4
# End:
6 changes: 0 additions & 6 deletions dh_gconf
Expand Up @@ -107,9 +107,3 @@ Ross Burton <ross@burtonini.com>
Josselin Mouette <joss@debian.org>
=cut

# Local Variables:
# indent-tabs-mode: t
# tab-width: 4
# cperl-indent-level: 4
# End:
6 changes: 0 additions & 6 deletions dh_gencontrol
Expand Up @@ -181,9 +181,3 @@ This program is a part of debhelper.
Joey Hess <joeyh@debian.org>
=cut

# Local Variables:
# indent-tabs-mode: t
# tab-width: 4
# cperl-indent-level: 4
# End:
6 changes: 0 additions & 6 deletions dh_icons
Expand Up @@ -83,9 +83,3 @@ Jordi Mallach <jordi@debian.org>
Josselin Mouette <joss@debian.org>
=cut

# Local Variables:
# indent-tabs-mode: t
# tab-width: 4
# cperl-indent-level: 4
# End:
6 changes: 0 additions & 6 deletions dh_install
Expand Up @@ -337,9 +337,3 @@ This program is a part of debhelper.
Joey Hess <joeyh@debian.org>
=cut

# Local Variables:
# indent-tabs-mode: t
# tab-width: 4
# cperl-indent-level: 4
# End:
6 changes: 0 additions & 6 deletions dh_installcatalogs
Expand Up @@ -131,9 +131,3 @@ F</usr/share/doc/sgml-base-doc/>
Adam Di Carlo <aph@debian.org>
=cut

# Local Variables:
# indent-tabs-mode: t
# tab-width: 4
# cperl-indent-level: 4
# End:
6 changes: 0 additions & 6 deletions dh_installchangelogs
Expand Up @@ -248,9 +248,3 @@ This program is a part of debhelper.
Joey Hess <joeyh@debian.org>
=cut

# Local Variables:
# indent-tabs-mode: t
# tab-width: 4
# cperl-indent-level: 4
# End:
6 changes: 0 additions & 6 deletions dh_installcron
Expand Up @@ -84,9 +84,3 @@ This program is a part of debhelper.
Joey Hess <joeyh@debian.org>
=cut

# Local Variables:
# indent-tabs-mode: t
# tab-width: 4
# cperl-indent-level: 4
# End:
6 changes: 0 additions & 6 deletions dh_installdeb
Expand Up @@ -223,9 +223,3 @@ This program is a part of debhelper.
Joey Hess <joeyh@debian.org>
=cut

# Local Variables:
# indent-tabs-mode: t
# tab-width: 4
# cperl-indent-level: 4
# End:
6 changes: 0 additions & 6 deletions dh_installdebconf
Expand Up @@ -134,9 +134,3 @@ This program is a part of debhelper.
Joey Hess <joeyh@debian.org>
=cut

# Local Variables:
# indent-tabs-mode: t
# tab-width: 4
# cperl-indent-level: 4
# End:
6 changes: 0 additions & 6 deletions dh_installdirs
Expand Up @@ -103,9 +103,3 @@ This program is a part of debhelper.
Joey Hess <joeyh@debian.org>
=cut

# Local Variables:
# indent-tabs-mode: t
# tab-width: 4
# cperl-indent-level: 4
# End:

0 comments on commit 35c18c7

Please sign in to comment.