Bug 30002: Add .perltidyrc
[koha.git] / .perltidyrc
1 # delete backup if no errors
2 --backup-file-extension='/'
3
4 --character-encoding=utf8
5 --output-line-ending=unix
6 --add-terminal-newline
7 --iterations=2
8
9 # } else {
10 --cuddled-else
11
12 # do not vertically align "qw()" after use
13 --valign-exclusion-list='q'
14
15 # Use the full indent size for continuations
16 --continuation-indentation=4
17 --extended-continuation-indentation
18
19 --no-outdent-long-lines