[libclass-tiny-perl] 05/07: add perltidyrc

gregor herrmann gregoa at debian.org
Sun May 31 14:03:23 UTC 2015


This is an automated email from the git hooks/post-receive script.

gregoa pushed a commit to annotated tag release-0.008
in repository libclass-tiny-perl.

commit 41889b40cd6c6929f81b60e06cab18419b827608
Author: David Golden <dagolden at cpan.org>
Date:   Sun Sep 8 00:20:57 2013 -0400

    add perltidyrc
---
 .perltidyrc | 44 ++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 44 insertions(+)

diff --git a/.perltidyrc b/.perltidyrc
new file mode 100644
index 0000000..875f2f0
--- /dev/null
+++ b/.perltidyrc
@@ -0,0 +1,44 @@
+# DAGOLDEN .perltidyrc file
+
+-st     # Output to STDOUT
+-se     # Errors to STDERR
+
+-l=85   # Max line width target
+-vmll   # variable maximum line length
+-wc=10  # depth to reduce indentation levels
+-i=4    # Indent level
+-ci=2   # Continuation
+
+-vt=0   # vertical tightness
+-cti=0  # extra indentation for closing brackets
+-vtc=0  # close parens on own line if possible
+
+-nsot   # stack opening
+-nsct   # stack closing
+
+-notr    # opening tokens on right of a line
+-pt=1   # parenthesis tightness
+-bt=1   # brace tightness
+-sbt=1  # square bracket tightness
+-bbt=0  # block brace tightness
+#-boc    # break at old comma breakpoints
+-cab=1
+
+-nsfp   # no space after function
+-nsfs   # No space before semicolons in for loops
+
+-nolq   # Don't outdent long quoted strings
+-nola   # Don't outdent labels
+-nolc   # Don't outdent long comments
+-nokw   # Don't outdent keywords
+-nhsc   # Don't expect hanging side comments
+-nbbc   # No blank before comments
+-tso    # Tight secret operators
+
+-msc=1  # Space to side comment
+
+#-wbb="% + - * / x != == >= <= =~ !~ < > | & = **= += *= &= <<= &&= -= /= |= >>= ||= //= .= %= ^= x="
+-wbb="% + - * / x != == >= <= =~ !~ < > | &"
+        # Break before all operators except assignment
+
+-ole=unix # line endings

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libclass-tiny-perl.git



More information about the Pkg-perl-cvs-commits mailing list