Skip to content

Commit

Permalink
Add perltidy rc
Browse files Browse the repository at this point in the history
  • Loading branch information
exodist committed Jun 26, 2016
1 parent c11b5fa commit 49fe55c
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
{{$NEXT}}

- Add perltidy rc to dist

0.000039 2016-06-25 13:44:03-07:00 America/Los_Angeles (TRIAL RELEASE)

- Stop leaking temp files
Expand Down
19 changes: 19 additions & 0 deletions perltidyrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
--indent-columns=4 # size of indentation
--nt # no tabs
--entab-leading-whitespace=4 # 4 spaces to a tab when converting to tabs
--continuation-indentation=4 # indentation of wrapped lines
--maximum-line-length=0 # max line length before wrapping (turn it off)
--nooutdent-long-quotes # do not outdent overly long quotes
--paren-tightness=2 # no spacing for parentheses
--square-bracket-tightness=2 # no spacing for square brackets
--brace-tightness=2 # no spacing for hash curly braces
--block-brace-tightness=0 # spacing for coderef curly braces
--comma-arrow-breakpoints=1 # break long key/value pair lists
--break-at-old-comma-breakpoints # this attempts to retain list break points
--no-blanks-before-comments # do not insert blank lines before comments
--indent-spaced-block-comments # no blanks before comments
--nocuddled-else # Do not cuddle else
--nospace-for-semicolon # no space before semicolons in loops
--nospace-terminal-semicolon # no space before termonal semicolons
--notrim-qw # Do not mess with qw{} whitespace

0 comments on commit 49fe55c

Please sign in to comment.