-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy path.perltidyrc
22 lines (20 loc) · 863 Bytes
/
.perltidyrc
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# NOTE: I'm using perltidy v20200110. Also see docs/HACKING.md
-pbp # Start with Perl Best Practices
-iob # Ignore old breakpoints
-l=80 # characters per line
-vt=0 # Less vertical tightness
-pt=2 # parenthesis tightness
-bt=1 # brace tightness
-bbt=1 # block brace tightness
-sbt=2 # square bracket tightness
-isbc # Don't indent comments without leading space
-nst # Don't output to STDOUT
-nasc # Do not add semicolons to tail expressions (they are used to
# indicate that the value is explicitly used as the return value
-ce # --cuddled-else
-i=4 # columns per indentation level
-conv # --converge
-tso # --tight-secret-operators 0+ +0 ()x!! ~~<> ,=> =( )=
-nsfs # --nospace-for-semicolon Semicolons within for loops
-b # --backup-and-modify-in-place
#-w # Show all warnings