Last active
January 1, 2016 22:09
-
-
Save aanoaa/8208581 to your computer and use it in GitHub Desktop.
This file contains 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
# https://github.com/kraih/mojo/blob/master/.perltidyrc | |
-pbp # Start with Perl Best Practices | |
-w # Show all warnings | |
-iob # Ignore old breakpoints | |
-l=79 # 79 characters per line | |
-mbl=2 # No more than 2 blank lines | |
-i=4 # Indentation is 4 columns | |
-ci=4 # Continuation indentation is 4 columns | |
-vt=0 # Less vertical tightness | |
-sbt=2 # High square bracket tightness | |
-isbc # Don't indent comments without leading space |
yongbin
commented
Jan 3, 2014
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment