From 114abb49c2130dbe0591592e97bb3f8cbacac26f Mon Sep 17 00:00:00 2001 From: Don Armstrong Date: Mon, 17 Jul 2017 10:00:45 -0700 Subject: [PATCH] add local variables --- templates/perl_script | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/templates/perl_script b/templates/perl_script index d7cb759..8a2a2d4 100755 --- a/templates/perl_script +++ b/templates/perl_script @@ -76,3 +76,7 @@ pod2usage(join("\n",@USAGE_ERRORS)) if @USAGE_ERRORS; __END__ +# Local Variables: +# indent-tabs-mode: nil +# cperl-indent-level: 4 +# End: -- 2.39.2