summaryrefslogtreecommitdiff
path: root/t/pod.t
diff options
context:
space:
mode:
authorSven Joachim <svenjoac@gmx.de>2017-07-03 15:02:29 +0000
committerNiels Thykier <niels@thykier.net>2017-07-03 15:08:13 +0000
commit35c18c7e9421ea8c459851d6146755af8fe74518 (patch)
treeb1f1e5f747cc72a051c31eaa68f3b303e89065c4 /t/pod.t
parent1b2f59ad1a9d9748d6e30e16ce41251ffcaadc50 (diff)
downloaddebhelper-35c18c7e9421ea8c459851d6146755af8fe74518.tar.gz
Set Emacs file variables directory-wide
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>
Diffstat (limited to 't/pod.t')
-rwxr-xr-xt/pod.t6
1 files changed, 0 insertions, 6 deletions
diff --git a/t/pod.t b/t/pod.t
index b5b5694e..8a9c0bf0 100755
--- a/t/pod.t
+++ b/t/pod.t
@@ -8,9 +8,3 @@ eval 'use Test::Pod';
plan skip_all => 'Test::Pod required' if $@;
all_pod_files_ok(grep { -x $_ } glob 'dh_*');
-
-# Local Variables:
-# indent-tabs-mode: t
-# tab-width: 4
-# cperl-indent-level: 4
-# End: