[tapx-dev] [commit][206] perltidyrc - becomes .perltidyrc
ewilhelm at hexten.net
ewilhelm at hexten.net
Wed Aug 1 23:58:24 BST 2007
Revision: 206
Author: ewilhelm
Date: 2007-08-01 23:58:24 +0100 (Wed, 01 Aug 2007)
Log Message:
-----------
perltidyrc - becomes .perltidyrc
.perltidyrc - will be used automatically if in $PWD
Added Paths:
-----------
trunk/.perltidyrc
Removed Paths:
-------------
trunk/perltidyrc
Copied: trunk/.perltidyrc (from rev 203, trunk/perltidyrc)
===================================================================
--- trunk/.perltidyrc (rev 0)
+++ trunk/.perltidyrc 2007-08-01 22:58:24 UTC (rev 206)
@@ -0,0 +1,16 @@
+-boc # break at old comma points (i.e., keep yer frickin' hands off my commas)
+-l=78 # max line width is 78 columns
+-i=4 # indent level is 4 columns
+-ci=2 # continuation indent is 2 columns
+-st # output to STDOUT
+-se # errors to STDERR
+-vt=2 # minimum vertical tightness
+-cti=0 # no extra indentation for closing brackets
+-pt=1 # medium parenthesis tightness
+-bt=1 # medium brace tightness
+-sbt=1 # medium square bracket tightness
+-bbt=1 # medium block brace tightness
+-nsfs # no space before semicolons
+-nolq # don't outdent long quoted strings
+-nola # don't outdent labels
+-wbb="% + - * / x != == >= <= =~ < > | & >= < = **= += *= &= <<= &&= -= /= |= >>= ||= .= %= ^= x=" # break before all operators
Deleted: trunk/perltidyrc
===================================================================
--- trunk/perltidyrc 2007-08-01 22:56:50 UTC (rev 205)
+++ trunk/perltidyrc 2007-08-01 22:58:24 UTC (rev 206)
@@ -1,16 +0,0 @@
--boc # break at old comma points (i.e., keep yer frickin' hands off my commas)
--l=78 # max line width is 78 columns
--i=4 # indent level is 4 columns
--ci=2 # continuation indent is 2 columns
--st # output to STDOUT
--se # errors to STDERR
--vt=2 # minimum vertical tightness
--cti=0 # no extra indentation for closing brackets
--pt=1 # medium parenthesis tightness
--bt=1 # medium brace tightness
--sbt=1 # medium square bracket tightness
--bbt=1 # medium block brace tightness
--nsfs # no space before semicolons
--nolq # don't outdent long quoted strings
--nola # don't outdent labels
--wbb="% + - * / x != == >= <= =~ < > | & >= < = **= += *= &= <<= &&= -= /= |= >>= ||= .= %= ^= x=" # break before all operators
More information about the tapx-dev
mailing list