Revision 07635e737045ada8eb271c0d55147561b7d813bb authored by Christophe Maudoux on 07 March 2019, 09:11:03 UTC, committed by Christophe Maudoux on 07 March 2019, 09:11:03 UTC
1 parent a076459
Raw File
.perltidyrc
# -*- conf -*-
#
# Default options for perltidy for proper Perl code reformatting.
#
# This file is based on the one from the rra-c-util package,
# which can be found at <https://www.eyrie.org/~eagle/software/rra-c-util/>.

--nobreak-before-all-operators
--blanks-before-comments
--nocuddled-else
--maximum-line-length=80
--paren-tightness=1
--square-bracket-tightness=1
--space-for-semicolon
--noopening-brace-on-new-line
--stack-opening-tokens
--format-skipping
back to top