summaryrefslogtreecommitdiff
path: root/t/pm/Condition-t.pl
diff options
context:
space:
mode:
Diffstat (limited to 't/pm/Condition-t.pl')
-rw-r--r--t/pm/Condition-t.pl17
1 files changed, 0 insertions, 17 deletions
diff --git a/t/pm/Condition-t.pl b/t/pm/Condition-t.pl
index fcd971a57..a54d4f087 100644
--- a/t/pm/Condition-t.pl
+++ b/t/pm/Condition-t.pl
@@ -308,20 +308,3 @@ exit (test_basics
|| test_reduce_and
|| test_reduce_or
|| test_merge);
-
-### Setup "GNU" style for perl-mode and cperl-mode.
-## Local Variables:
-## perl-indent-level: 2
-## perl-continued-statement-offset: 2
-## perl-continued-brace-offset: 0
-## perl-brace-offset: 0
-## perl-brace-imaginary-offset: 0
-## perl-label-offset: -2
-## cperl-indent-level: 2
-## cperl-brace-offset: 0
-## cperl-continued-brace-offset: 0
-## cperl-label-offset: -2
-## cperl-extra-newline-before-brace: t
-## cperl-merge-trailing-else: nil
-## cperl-continued-statement-offset: 2
-## End: