Created
June 11, 2013 04:42
-
-
Save aanoaa/5754512 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
## .perltidyrc --- configuration for perltidy | |
# Max line width is 78 cols | |
-l=78 | |
# Indent level is 4 cols | |
-i=4 | |
# Continuation indent is 4 cols | |
-ci=4 | |
# Output to STDOUT | |
-st | |
# Errors to STDERR | |
-se | |
# Maximal vertical tightness | |
-vt=2 | |
# No extra indentation for closing brackets | |
-cti=0 | |
# Medium parenthesis tightness | |
-pt=1 | |
# Medium brace tightness | |
-bt=1 | |
# Medium square bracket tightness | |
-sbt=1 | |
# Medium block brace tightness | |
-bbt=1 | |
# No space before semicolons | |
-nsfs | |
# Don't outdent long quoted strings | |
-nolq | |
# Break before all operators | |
-wbb="% + - * / x != == >= <= =~ !~ < > | & >= < = **= += *= &= <<= &&= -= /= |= >>= ||= .= %= ^= x=" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
제가 쓰는거
저도 어디서 주워온거라 어떤게 더 좋은지는 모르겠습니다. 이번기회에 대통합?