-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=2  # 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=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
-nola  # don't outdent labels
-wbb="% + - * / x != == >= <= =~ < > | & >= < = **= += *= &= <<= &&= -= /= |= >>= ||= .= %= ^= x=" # break before all operators
