Make <guid> content a full URL by default (as Gavin had it in his broken patch, too...
[matthijs/upstream/blosxom.git] / .perltidyrc
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 -se     # Errors to STDERR
6 -vt=2   # Maximal vertical tightness
7 -cti=0  # No extra indentation for closing brackets
8 -pt=1   # Medium parenthesis tightness
9 -bt=1   # Medium brace tightness
10 -sbt=1  # Medium square bracket tightness
11 -bbt=1  # Medium block brace tightness
12 -nsfs   # No space before semicolons
13 -nolq   # Don't outdent long quoted strings
14 -wbb="% + - * / x != == >= <= =~ !~ < > | & >= < = **= += *= &= <<= &&= -= /= |= >>= ||= .= %= ^= x="    
15         # Break before all operators
16