[svn:qpsmtpd] rev 520 - branches/0.31
[email protected] 23 Jul 2005 11:11:33 -0000
| Newsgroups | perl.cvs.qpsmtpd |
|---|---|
| Message-ID | <[email protected]> |
Author: ask
Date: Sat Jul 23 04:11:32 2005
New Revision: 520
Added:
branches/0.31/.perltidyrc
Log:
my suggestion for a .perltidyrc. I tried it on a few files and it
cleaned up more than it changed.
Added: branches/0.31/.perltidyrc
==============================================================================
--- (empty file)
+++ branches/0.31/.perltidyrc Sat Jul 23 04:11:32 2005
@@ -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)
+
+
+