From d0c9f86504f816469c3d5b9187ec863eadca845d Mon Sep 17 00:00:00 2001 From: Doug Bell Date: Thu, 23 Oct 2008 03:05:52 +0000 Subject: [PATCH] changes to the perltidyrc to make them more PBP and less DCS --- docs/perltidyrc | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/docs/perltidyrc b/docs/perltidyrc index 89b2f8df7..9e9af4567 100644 --- a/docs/perltidyrc +++ b/docs/perltidyrc @@ -4,14 +4,15 @@ -ole=unix # Output Line Ending -ci=4 # Continuation Indentation -sil=0 # Force starting indent level to 0 --nolq # No Outdent Long Quotes --nolc # No Outdent Comments --nola # No Outdent LAbels --pt=0 # Paren Tightness (PBP style) --sbt=0 # Square Brace Tightness (PBP style) --bt=0 # Brace Tightness (PBP style) +-noll # No Outdent Long Lines +-pt=1 # Paren Tightness (PBP style) +-sbt=1 # Square Brace Tightness (PBP style) +-bt=1 # Brace Tightness (PBP style) +-bbt=1 # Code block brace tightness +-vt=2 # Vertical tightness (PBP style) -nsfs # No Space For Semicolon --bar # Opening Brace Always on Right -otr # Opening token right -sot # Stack Opening Tokens ( { [ -bbao # Break before all operators +-csc # Add closing side comments +-csci=16 # Add closing side comments after 16 lines