Welcome to mirror list, hosted at ThFree Co, Russian Federation.

.perltidyrc - github.com/bestpractical/rt.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 7ee7217c8e3afaf622eb9af466169ab7d6542c03 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
--maximum-line-length=78
--indent-columns=4
--continuation-indentation=4
--standard-error-output
--vertical-tightness=2
--closing-token-indentation=1
--paren-tightness=1
--brace-tightness=1
--square-bracket-tightness=1
--block-brace-tightness=1
--nospace-for-semicolon
--no-outdent-long-quotes
--cuddled-else
--want-break-before="% + - * / x != == >= <= =~ !~ < > | & >= < = **= += *= &= <<= &&= -= /= |= >>= ||= .= %= ^= x="