root/.perltidyrc

Revision 36, 0.9 kB (checked in by kcowgill, 1 year ago)

Fixed up a few things, adde3d some aliases

Line 
1 # PBP .perltidyrc file
2
3 -l=78   # Max line width is 78 cols
4 -i=4    # Indent level is 2 cols
5 -ci=4   # Continuation indent is 2 cols
6 #-st     # Output to STDOUT
7 #-se     # Errors to STDERR
8 -lp     # line up parenthesis
9 -vt=2   # Maximal vertical tightness
10 -vtc=1  # medium vertical something tightness
11 -cti=1  # No extra indentation for closing brackets
12 -pt=1   # Medium parenthesis tightness
13 -bt=1   # Medium brace tightness
14 -sbt=1  # Medium square bracket tightness
15 -bbt=1  # Medium block brace tightness
16 -nsfs   # No space before semicolons
17 -nolq   # Don't outdent long quoted strings
18 -wbb="% + - * / x != == >= <= =~ !~ < > | & >= < = **= += *= &= <<= &&= -= /= |= >>= ||= .= %= ^= x="
19         # Break before all operators
20 -nsak="my local our if elsif until unless while for foreach return switch case given when"
21 -bar
22 -cab=3
23 -wrs="! ," # want right space after these tokens
24 -wls="!"   # want left space after !
Note: See TracBrowser for help on using the browser.