Unfortunately, the complete coverage test could not complete
[bioperl-live.git] / maintenance / perltidy.conf
blob79d5f7f6a87f942f8748210032229c872f36fee0
1 # A declarative version of PDD07 for perl.
3 # Must apply...
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 { .