forked from wingolab-org/mpd-perl
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.perltidyrc
43 lines (33 loc) · 1.2 KB
/
.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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
# modified from DAGOLDEN .perltidyrc file
-se # Errors to STDERR
-l=85 # Max line width target
-vmll # variable maximum line length
-wc=10 # depth to reduce indentation levels
-i=2 # Indent level
-ci=2 # Continuation
-vt=0 # vertical tightness
-cti=0 # extra indentation for closing brackets
-vtc=0 # close parens on own line if possible
-nsot # stack opening
-nsct # stack closing
-notr # opening tokens on right of a line
-pt=1 # parenthesis tightness
-bt=1 # brace tightness
-sbt=1 # square bracket tightness
-bbt=0 # block brace tightness
#-boc # break at old comma breakpoints
-cab=1
-nsfp # no space after function
-nsfs # No space before semicolons in for loops
-nolq # Don't outdent long quoted strings
-nola # Don't outdent labels
-nolc # Don't outdent long comments
-nokw # Don't outdent keywords
-nhsc # Don't expect hanging side comments
-nbbc # No blank before comments
-tso # Tight secret operators
-msc=1 # Space to side comment
#-wbb="% + - * / x != == >= <= =~ !~ < > | & = **= += *= &= <<= &&= -= /= |= >>= ||= = .= %= ^= x="
-wbb="% + - * / x != == >= <= =~ !~ < > | &"
# Break before all operators except assignment
-ole=unix # line endings