Revision 8859fe342be9014f4763cbe39e63e4119fe61054 authored by Clément OUDOT on 03 April 2019, 15:54:58 UTC, committed by Clément OUDOT on 03 April 2019, 15:54:58 UTC
1 parent 8be0817
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
--continuation-indentation=2
back to top