diff options
Diffstat (limited to 'misc/perltidyrc')
-rw-r--r-- | misc/perltidyrc | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/misc/perltidyrc b/misc/perltidyrc new file mode 100644 index 0000000..36c8b48 --- /dev/null +++ b/misc/perltidyrc @@ -0,0 +1,15 @@ +# perltidy(1) profile for the W3C Markup Validator +--standard-error-output +--warning-output +--output-line-ending=unix +--maximum-line-length=79 +--indent-columns=4 +--continuation-indentation=4 +--vertical-tightness=2 +--paren-tightness=2 +--brace-tightness=2 +--square-bracket-tightness=2 +--opening-sub-brace-on-new-line +--nospace-for-semicolon +--nooutdent-long-lines +--break-after-all-operators |