1# $Id: perltidyrc 3750 2007-09-26 08:05:04Z jakob $
2
3
4# basic options
5--maximum-line-length=80
6--indent-columns=4
7
8# code indentation control
9--continuation-indentation=2
10
11# whitespace control
12--paren-tightness=2
13--square-bracket-tightness=2
14--block-brace-tightness=0
15--space-for-semicolon
16--add-semicolons
17--nospace-function-paren
18
19# line break control
20--cuddled-else
21