We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2acc69b commit 16363c8Copy full SHA for 16363c8
.perltidyrc
@@ -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