[svn:qpsmtpd] r543 - branches/0.31
[email protected] 16 Aug 2005 04:57:04 -0000
| Newsgroups | perl.cvs.qpsmtpd |
|---|---|
| Message-ID | <[email protected]> |
Author: ask Date: Mon Aug 15 21:57:03 2005 New Revision: 543 Modified: branches/0.31/.perltidyrc Log: yay for 4 space indentation (but let's not run this until post 0.31) Modified: branches/0.31/.perltidyrc ============================================================================== --- branches/0.31/.perltidyrc (original) +++ branches/0.31/.perltidyrc Mon Aug 15 21:57:03 2005 @@ -1,5 +1,5 @@ --i=2 # 2 space indentation (considering changing this to 4) +-i=4 # 4 space indentation (we used to use 2; in the future we'll use 4) -ci=2 # continuation indention -pt=2 # tight parens