# $Id: .perltidyrc,v 1.1 2005-01-25 21:48:54 jhoblitt Exp $

# check the syntax with perl
-syn
-pscf=-wc

# enable perltiday warnings
-w

# use only \n as a line ending
-ole=unix

# indent 4 spaces
-i=4

# continued statements get indented 4 spaces
-ci=4

# maximum line length
-l=110

# edit in place but backup the file first
-b

# cuddled elses
-ce

# Cish tight containers
-bt=2
-pt=2
-sbt=2

# place the brace on the right after a multi-line expression
-bar

# don't indent closing tokens
-cti=0

# no spaces before semicolons in Cish for loops
-nsfs

# no outdenting long lines
-noll

# don't outdent labels
-nola

# treat ## as commented code and not a comment
-sbc

# opening sub brace on a new line
-sbl
