summaryrefslogtreecommitdiffstats
path: root/misc/docs_errors.pl
diff options
context:
space:
mode:
authorville <ville@localhost>2010-01-26 18:45:41 +0000
committerville <ville@localhost>2010-01-26 18:45:41 +0000
commitad78a62593c6343ee46ef189c305993013a96e23 (patch)
treecbabfbc844e67a4d9996bcb347c0019356d463cd /misc/docs_errors.pl
parent79f7d7b2e9c8f336df8e5207b3717cde5885f5f9 (diff)
downloadmarkup-validator-ad78a62593c6343ee46ef189c305993013a96e23.zip
markup-validator-ad78a62593c6343ee46ef189c305993013a96e23.tar.gz
markup-validator-ad78a62593c6343ee46ef189c305993013a96e23.tar.bz2
Add more cperl-mode indentation settings.
Diffstat (limited to 'misc/docs_errors.pl')
-rwxr-xr-xmisc/docs_errors.pl4
1 files changed, 3 insertions, 1 deletions
diff --git a/misc/docs_errors.pl b/misc/docs_errors.pl
index 43e5f7c..ae9e024 100755
--- a/misc/docs_errors.pl
+++ b/misc/docs_errors.pl
@@ -2,7 +2,7 @@
##
## Generates HTML documentation of error messages and explanations
## for W3C Markup Validation Service
-## $Id: docs_errors.pl,v 1.16 2009-11-29 22:23:10 ville Exp $
+## $Id: docs_errors.pl,v 1.17 2010-01-26 18:45:41 ville Exp $
## Pragmas.
use strict;
@@ -156,6 +156,8 @@ sub de_template_explanation
# mode: perl
# indent-tabs-mode: nil
# cperl-indent-level: 4
+# cperl-continued-statement-offset: 4
+# cperl-brace-offset: -4
# perl-indent-level: 4
# End:
# ex: ts=4 sw=4 et