New upstream version 2.0.0
This commit is contained in:
parent
1eca1c0377
commit
9c06100871
71 changed files with 20366 additions and 9590 deletions
28
.perltidyrc
Normal file
28
.perltidyrc
Normal file
|
@ -0,0 +1,28 @@
|
|||
## basic options
|
||||
--maximum-line-length=120
|
||||
--indent-columns=4
|
||||
|
||||
## code indentation control
|
||||
--continuation-indentation=4
|
||||
|
||||
## whilespace control
|
||||
--paren-tightness=2
|
||||
--square-bracket-tightness=2
|
||||
--block-brace-tightness=0
|
||||
--nospace-for-semicolon
|
||||
#--add-semicolons
|
||||
--nospace-function-paren
|
||||
|
||||
## line break control
|
||||
--cuddled-else
|
||||
|
||||
#--closing-token-indentation=0
|
||||
#--nooutdent-long-quotes
|
||||
#--nooutdent-labels
|
||||
#--brace-tightness=1
|
||||
#--vertical-tightness=0
|
||||
#--stack-opening-tokens
|
||||
#--stack-closing-tokens
|
||||
--want-break-before="% + - * / x != == >= <= =~ !~ < > | & = **= += *= &= <<= &&= -= /= |= >>= ||= //= .= %= ^= x="
|
||||
#--format-skipping-begin="#+\s*no tidy"
|
||||
#--format-skipping-end="#+\s*tidy"
|
Loading…
Add table
Add a link
Reference in a new issue