Thread PerlTidy Configfile (10 answers)
Opened by Escape at 2010-06-26 14:26

Escape
 2010-06-26 14:26
#139016 #139016
User since
2008-07-24
312 Artikel
BenutzerIn
[default_avatar]
Die folgende Konfiguration hab ich für PerlTidy zusammengeklaubt.
Könnte das bitte jemand prüfen und ggfls. ergänzen bzw. korrigieren?

Code: (dl )
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# PBP .perltidyrc file

-l=78 # Max line width is 78 cols
-i=4 # Indent level is 4 cols
-ci=4 # Continuation indent is 4 cols
-se # Errors to STDERR
-vt=2 # Maximal 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
-wbb="% + - * / x != == >= <= =~ < > | & **= += *= &= <<= &&= -= /= |= >>= ||= .= %= ^= x="
Die Deutsche Rechtschreibung ist Freeware; Du darfst sie kostenlos nutzen – aber sie ist nicht Open Source, d.h. Du darfst sie nicht verändern und/oder in veränderter Form veröffentlichen.

View full thread PerlTidy Configfile