My favorites | Sign in
Project Home Downloads Wiki Issues Source
Checkout   Browse   Changes    
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
--maximum-line-length=100 # we have widescreen now
--indent-columns=4
--continuation-indentation=2
--no-opening-sub-brace-on-new-line
--paren-tightness=1
--square-bracket-tightness=1
--brace-tightness=1
--no-space-for-semicolon
--no-outdent-long-quotes
--output-line-ending=unix
--no-outdent-labels
--no-blanks-before-comments
--blanks-before-subs
--blanks-before-blocks
--maximum-consecutive-blank-lines=2 # Allow two blanks between subroutines
--nospace-after-keyword="my local our and or eq ne if else elsif until unless while for foreach return switch case given when"
--want-break-before="% + - * / x != == >= <= =~ !~ < > | & >= < = **= += *= &= <<= &&= -= /= |= >>= ||= .= %= ^= x="

Change log

r741 by schwern on Oct 14, 2008   Diff
Keep perltidy from eliminating my double
blank lines after subroutines.
Go to: 
Sign in to write a code review

Older revisions

r697 by schwern on Sep 7, 2008   Diff
Spell out the perltidy options for
those who don't know the short
versions by heart.

Tweak the style to better match the
...
r651 by a...@hexten.net on Aug 6, 2008   Diff
Added provisional .perltidyrc that we
can argue about.
All revisions of this file

File info

Size: 708 bytes, 17 lines
Powered by Google Project Hosting