-
Notifications
You must be signed in to change notification settings - Fork 3
/
.perltidyrc
27 lines (25 loc) · 954 Bytes
/
.perltidyrc
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
--maximum-line-length=100
--opening-brace-always-on-right
# -pbp
--continuation-indentation=4
--vertical-tightness=2 # never break a line after an opening token
--closing-token-indentation=0 # do not extra indentation to match opening token
--paren-tightness=1
--brace-tightness=1
--square-bracket-tightness=1
--block-brace-tightness=1
--nospace-for-semicolon
--nooutdent-long-quotes
-nst
-nse
-wbb="% + - * / x != == >= <= =~ !~ < > | & = **= += *= &= <<= &&= -= /= |= >>= ||= //= .= %= ^= x="
#---
--closing-side-comments
--closing-side-comment-interval=20
# --line-up-parentheses
# --vertical-tightness=2 # never break a line after an opening token
# --vertical-tightness-closing=2 # never break before a closing token
# --stack-opening-tokens
# --stack-closing-tokens
# --whitespace-cycle=15 # if indentation gets beyond (15 * 4), reset.
# --cuddled-else # } else { style