KW.pm Coping with Other Peoples' Perl Code #15

Perltidy options:

  • Lots of options for common style preferences.

    • -ce for cuddled elses instead of default "}" alone on line

    • -bl for braces left (shown below) instead of "{" on previous line

        LOOP:
        {
            [...]
        }

<< Previous | Index | Next >> Copyright © 2011 Daniel Allen