The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
-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   # Maximum 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
-nola   # Don't outdent labels
-nolq   # Don't outdent long quoted strings
-hsc    # hanging side comments
-nolc   # Don't outdent long comments
-isbc   # Indent spaced block comments
-csc    # Add closing side comments
-cscb   # Balanced closing side comments
-csct=50 # Max length of closing side comment is 50 chars
-wbb="% + - * / x != == >= <= =~ !~ < > | & **= += *= &= <<= &&= -= /= |= >>= ||= .= %= ^= x="
    # Break before all operators