lemonldap-ng/.perltidyrc

19 lines
493 B
Plaintext
Raw Permalink Normal View History

2019-02-07 09:19:36 +01:00
# -*- 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
2019-02-07 09:27:56 +01:00
--maximum-line-length=80
2019-02-07 09:19:36 +01:00
--paren-tightness=1
--square-bracket-tightness=1
--space-for-semicolon
--noopening-brace-on-new-line
--stack-opening-tokens
--format-skipping
2019-03-18 17:13:39 +01:00
--continuation-indentation=2