haarg / wgdev

Developer utilities for WebGUI, an open source CMS and web framework

This URL has Read+Write access

wgdev / .perltidyrc
100644 21 lines (19 sloc) 0.56 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
--standard-out
--standard-error-out
--maximum-line-length=78
--indent-columns=4
--continuation-indentation=4
--closing-token-indentation=0
--nooutdent-long-quotes
--nooutdent-labels
--paren-tightness=1
--square-bracket-tightness=1
--brace-tightness=1
--block-brace-tightness=1
--nospace-for-semicolon
--vertical-tightness=0
--stack-opening-tokens
--stack-closing-tokens
--want-break-before="% + - * / x != == >= <= =~ !~ < > | & = **= += *= &= <<= &&= -= /= |= >>= ||= //= .= %= ^= x="
--format-skipping-begin="#+\s*no tidy"
--format-skipping-end="#+\s*tidy"