summaryrefslogtreecommitdiff
path: root/.perltidyrc
blob: d0e095b06593f95c4b67effd262447bd55d3e812 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# perltidy configuration

--standard-error-output
--warning-output
--character-encoding=utf8
--converge

--continuation-indentation=4

--cuddled-else
--noblanks-before-comments
--noblanks-before-blocks
--paren-tightness=2            # no spaces inside parens
--brace-tightness=2            # no spaces inside braces
--square-bracket-tightness=2   # no spaces inside brackets