X-Git-Url: https://git.deb.at/w?a=blobdiff_plain;f=.perltidyrc;fp=.perltidyrc;h=0000000000000000000000000000000000000000;hb=727d5340c8ca2cb3a8fc2c852864a9097b6bfabd;hp=4866f1f8a2ac15b07828959f9bf53df4be6e012b;hpb=d7ac6f6f5480a7a2e0b2daf6e538e99f305798cb;p=pkg%2Fblosxom.git diff --git a/.perltidyrc b/.perltidyrc deleted file mode 100644 index 4866f1f..0000000 --- a/.perltidyrc +++ /dev/null @@ -1,16 +0,0 @@ --l=78 # Max line width is 78 cols --i=4 # Indent level is 4 cols --ci=4 # Continuation indent is 4 cols --st # Output to STDOUT --se # Errors to STDERR --vt=2 # Maximal vertical tightness --cti=0 # No extra indentation for closing brackets --pt=1 # Medium parenthesis tightness --bt=1 # Medium brace tightness --sbt=1 # Medium square bracket tightness --bbt=1 # Medium block brace tightness --nsfs # No space before semicolons --nolq # Don't outdent long quoted strings --wbb="% + - * / x != == >= <= =~ !~ < > | & >= < = **= += *= &= <<= &&= -= /= |= >>= ||= .= %= ^= x=" - # Break before all operators -