Beefy Boxes and Bandwidth Generously Provided by pair Networks
Welcome to the Monastery
 
PerlMonks  

Re^3: Perl Tidy Question

by Fletch (Bishop)
on Jan 11, 2008 at 20:22 UTC ( [id://661975]=note: print w/replies, xml ) Need Help??


in reply to Re^2: Perl Tidy Question
in thread Perl Tidy Question

This is what we use to get things to our local whitesmiths-y variant (I've of course got another version that puts things back to a proper form so I can read them . . . :)

--nocheck-syntax --warning-output --maximum-line-length=78 --indent-columns=3 --continuation-indentation=3 --indent-closing-paren --nooutdent-long-lines --nooutdent-labels --space-for-semicolon --brace-left-and-indent --brace-left-and-indent-list="if elsif else unless for foreach sub whi +le until do continue : BEGIN END CHECK INIT AUTOLOAD DESTROY" --paren-vertical-tightness=1 --paren-vertical-tightness-closing=1 --square-bracket-vertical-tightness=1 --square-bracket-vertical-tightness-closing=1 --brace-vertical-tightness=1 --brace-vertical-tightness-closing=1 --line-up-parentheses --break-at-old-comma-breakpoints --long-block-line-count=2 --maximum-consecutive-blank-lines=2 -wbb="% + - * / x != == >= <= =~ !~ < > | & >= < = **= += *= &= <<= && += -= /= |= >>= ||= .= %= ^= x="

The cake is a lie.
The cake is a lie.
The cake is a lie.

Replies are listed 'Best First'.
Re^4: Perl Tidy Question
by dorko (Prior) on Jan 11, 2008 at 20:36 UTC
    Without a doubt, this is better than anything I could have come up with. Thank you for sharing.

    Cheers,

    Brent

    -- Yeah, I'm a Delt.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://661975]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others chanting in the Monastery: (6)
As of 2024-03-28 20:06 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found