Skip to content

Commit

Permalink
Perltidy rc used for this project
Browse files Browse the repository at this point in the history
  • Loading branch information
cosimo committed Mar 25, 2015
1 parent ddadede commit d8de395
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .perltidyrc
@@ -0,0 +1,22 @@
# Mostly-PBP perltidy settings
#
-boc # break at old comma points (i.e., keep yer frickin' hands off my commas)
-l=78 # max line width is 78 columns
-i=4 # indent level is 4 columns
-ci=4 # continuation indent is 2 columns
-st # output to STDOUT
-se # errors to STDERR
-vt=2 # minimum vertical tightness
-cti=0 # no extra indentation for closing brackets
-pt=2 # strong 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
-nola # don't outdent labels
-nolc # don't outdent comment blocks
-nce # No cuddled else.
-otr
-sak="my local our property if elsif unless while until for"
-wbb="% + - * / x != == >= <= =~ < > | & >= < = **= += *= &= <<= &&= -= /= |= >>= ||= .= %= ^= x=" # break before all operators

0 comments on commit d8de395

Please sign in to comment.