Skip to content

Commit 16363c8

Browse files
committed
imported .perltidy
1 parent 2acc69b commit 16363c8

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

.perltidyrc

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
-l=78 # Max line width is 78 cols
2+
-i=4 # Indent level is 4 cols
3+
-ci=4 # Continuation indent is 4 cols
4+
#-st # Output to STDOUT
5+
-b # edit in place and backup
6+
-se # Errors to STDERR
7+
-vt=2 # Maximal vertical tightness
8+
-cti=0 # No extra indentation for closing brackets
9+
-pt=1 # Medium parenthesis tightness
10+
-bt=1 # Medium brace tightness
11+
-sbt=1 # Medium square bracket tightness
12+
-bbt=1 # Medium block brace tightness
13+
-nsfs # No space before semicolons
14+
-nolq # Don't outdent long quoted strings
15+
-wbb="% + - * / x != == >= <= =~ !~ < > | & >= < = **= += *= &= <<= &&= -= /= |= >>= ||= .= %= ^= x="
16+
# Break before all operators
17+

0 commit comments

Comments
 (0)