From 37fb26af819b6c45de6ee3cff3ccca632337b09b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ask=20Bj=C3=B8rn=20Hansen?= Date: Sat, 23 Jul 2005 11:11:32 +0000 Subject: [PATCH] my suggestion for a .perltidyrc. I tried it on a few files and it cleaned up more than it changed. git-svn-id: https://svn.perl.org/qpsmtpd/branches/0.31@520 958fd67b-6ff1-0310-b445-bb7760255be9 --- .perltidyrc | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 .perltidyrc diff --git a/.perltidyrc b/.perltidyrc new file mode 100644 index 0000000..534d52e --- /dev/null +++ b/.perltidyrc @@ -0,0 +1,16 @@ + +-i=2 # 2 space indentation (considering changing this to 4) +-ci=2 # continuation indention + +-pt=2 # tight parens +-sbt=2 # tight square parens +-bt=2 # tight curly braces +-bbt=0 # open code block curly braces + +-lp # line up with parentheses +-cti=1 # align closing parens with opening parens ("closing token placement") + +# -nolq # don't outdent long quotes (not sure if we should enable this) + + +