# $Id: .perltidyrc,v 1.4 2004-11-25 01:54:44 jhoblitt Exp $

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

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

# indent 4 spaces
-i=4

# continued statements get no extra indenting
-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
