Koha/.perltidyrc
Julian Maurice dfe6767f60
Bug 30002: Add .perltidyrc
The options set in this file try to match the current code style without
deviating too much from perltidy's defaults.

Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
2023-06-08 08:32:40 -03:00

19 lines
383 B
Text

# delete backup if no errors
--backup-file-extension='/'
--character-encoding=utf8
--output-line-ending=unix
--add-terminal-newline
--iterations=2
# } else {
--cuddled-else
# do not vertically align "qw()" after use
--valign-exclusion-list='q'
# Use the full indent size for continuations
--continuation-indentation=4
--extended-continuation-indentation
--no-outdent-long-lines