dfe6767f60
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>
19 lines
383 B
Text
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
|