Revision f59681e80ef4781c9e42122af0b2f366118fde74 authored by Xavier Guimard on 07 June 2019, 15:48:32 UTC, committed by Xavier Guimard on 07 June 2019, 15:48:32 UTC
2 parent s f3a37d2 + 5885af8
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