.perltidy rules
This commit is contained in:
parent
25c3236d70
commit
35655648e9
1 changed files with 19 additions and 0 deletions
19
.perltidy
Normal file
19
.perltidy
Normal file
|
@ -0,0 +1,19 @@
|
||||||
|
--backup-and-modify-in-place
|
||||||
|
--backup-file-extension=beforeTidy
|
||||||
|
--block-brace-tightness=2
|
||||||
|
--brace-tightness=2
|
||||||
|
--closing-token-indentation=1
|
||||||
|
--continuation-indentation=4
|
||||||
|
--indent-columns=4
|
||||||
|
--maximum-line-length=134
|
||||||
|
--cuddled-else
|
||||||
|
--opening-sub-brace-on-new-line
|
||||||
|
--noopening-brace-on-new-line
|
||||||
|
--nooutdent-labels
|
||||||
|
--paren-tightness=2
|
||||||
|
--square-bracket-tightness=2
|
||||||
|
--vertical-tightness=0
|
||||||
|
--vertical-tightness-closing=0
|
||||||
|
--break-at-old-comma-breakpoints
|
||||||
|
--entab-leading-whitespace=4
|
||||||
|
--tabs
|
Loading…
Reference in a new issue