# HG changeset patch # User Meredith Howard # Date 1408921350 14400 # Node ID 4f26ffc2789b63c1af4f856ba6ca3e6b74942d46 # Parent 2464de2899b372d03a6c61da24f8bb6bc9464d9a Update and comment perltidyrc diff --git a/.perltidyrc b/.perltidyrc --- a/.perltidyrc +++ b/.perltidyrc @@ -1,7 +1,7 @@ --i=2 --l=72 --ci=2 --nsbl --vt=2 --sot -sct --nolq +-i=2 # Indent 2 +-l=78 # Lines to 78 +-ci=2 # indent continuing lines +-nolq # don't outdent long quotes +-csc -csci=30 # closing-side comments +-sbl # open brackets after named subs +#-sot -sct # stack opening/closing tokens