diff options
author | ville <ville@localhost> | 2010-01-26 18:45:41 +0000 |
---|---|---|
committer | ville <ville@localhost> | 2010-01-26 18:45:41 +0000 |
commit | ad78a62593c6343ee46ef189c305993013a96e23 (patch) | |
tree | cbabfbc844e67a4d9996bcb347c0019356d463cd /misc/docs_errors.pl | |
parent | 79f7d7b2e9c8f336df8e5207b3717cde5885f5f9 (diff) | |
download | markup-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-x | misc/docs_errors.pl | 4 |
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 |