Sophie

Sophie

distrib > Fedora > 15 > i386 > by-pkgid > abde0779e64c56cad99600caa269ae5a > files > 10

munin-common-1.4.7-5.fc15.noarch.rpm

# This perltidy run control file contains what is to be considered an
# approximation of the code formatting conventions used by the Munin
# project.
#
# The munin source code is a mix of several different coding
# styles. So an important use of this file is to tidy up old cruft.
#
# It is not mandated that code must be run through perltidy with these
# settings before every commit, as I believe the best formating is
# done by humans, but the formatting should be close to what a
# perltidy run would yield.
#
# The content is negotiable.
#
# Use: perltidy --profile=./perltidyrc [FILE]...

--backup-and-modify-in-place
--output-line-ending=unix
--continuation-indentation=4   # Don't really like these, but setting 
                               # it to 0 is not good either ...
--nooutdent-long-lines
--paren-tightness=2
--square-bracket-tightness=2
--brace-tightness=2
--block-brace-tightness=2
--nospace-for-semicolon
--nooutdent-long-comments
# Default: --nocuddled-else
# Default: --noopeningbrace-on-new-line
--opening-brace-always-on-right
--opening-token-right
--stack-opening-tokens
--stack-closing-tokens
--break-before-all-operators
--maximum-consecutive-blank-lines=2