1 # A declarative version of PDD07 for perl.
5 -l=100 # Source line width is limited to 100 characters.
6 -i=4 # must be indented four columns (no tabs)
7 -ola # Labels (including case labels) must be outdented two columns
8 -ci=4 # Long lines, when split, must use at least one extra level of indentation on the continued line.
9 -ce # Cuddled elses are forbidden: i.e. avoid } else { .