|
1 | 1 | # PBP .perltidyrc file |
2 | | --l=120 # Max line width is 120 cols |
3 | | --et=4 # Use tabs instead of spaces. |
4 | | --i=4 # Indent level is 4 cols |
5 | | --ci=4 # Continuation indent is 4 cols |
6 | | --b # Write the file inline and create a .bak file |
7 | | --vt=0 # Minimal vertical tightness |
8 | | --cti=0 # No extra indentation for closing brackets |
9 | | --pt=2 # Maximum parenthesis tightness |
10 | | --bt=1 # Medium brace tightness |
11 | | --sbt=1 # Medium square bracket tightness |
12 | | --bbt=1 # Medium block brace tightness |
13 | | --nsfs # No space before semicolons |
14 | | --nolq # Don't outdent long quoted strings |
15 | | --mbl=1 # Do not allow multiple empty lines |
16 | | --ce # Cuddled else |
17 | | --cb # Cuddled blocks |
18 | | --nbbc # Do not add blank lines before full length comments |
19 | | --nbot # No line break on ternary |
20 | | --nlop # No logical padding (this causes mixed tabs and spaces) |
21 | | --wn # Weld nested containers |
22 | | --xci # Extended continuation indentation |
| 2 | +-l=120 # Max line width is 120 cols |
| 3 | +-et=4 # Use tabs instead of spaces. |
| 4 | +-i=4 # Indent level is 4 cols |
| 5 | +-ci=4 # Continuation indent is 4 cols |
| 6 | +-b # Write the file inline and create a .bak file |
| 7 | +-vt=0 # Minimal vertical tightness |
| 8 | +-cti=0 # No extra indentation for closing brackets |
| 9 | +-pt=2 # Maximum parenthesis tightness |
| 10 | +-bt=1 # Medium brace tightness |
| 11 | +-sbt=1 # Medium square bracket tightness |
| 12 | +-bbt=1 # Medium block brace tightness |
| 13 | +-nsfs # No space before semicolons |
| 14 | +-nolq # Don't outdent long quoted strings |
| 15 | +-mbl=1 # Do not allow multiple empty lines |
| 16 | +-ce # Cuddled else |
| 17 | +-cb # Cuddled blocks |
| 18 | +-nbbc # Do not add blank lines before full length comments |
| 19 | +-nbot # No line break on ternary |
| 20 | +-nlop # No logical padding (this causes mixed tabs and spaces) |
| 21 | +-wn # Weld nested containers |
| 22 | +-xci # Extended continuation indentation |
| 23 | +-vxl='q' # No vertical alignment of qw quotes |
0 commit comments