You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
470 B
15 lines
470 B
# mmdebstrap is a tool focused on Debian and derivatives (it relies on apt |
|
# after all). Thus, we use a perl style used in other Debian Perl code. The |
|
# following options are used in Lintian and devscripts |
|
|
|
--break-before-all-operators |
|
--noblanks-before-comments |
|
--cuddled-else |
|
--maximum-line-length=79 |
|
--paren-tightness=2 |
|
--square-bracket-tightness=2 |
|
--space-for-semicolon |
|
--opening-brace-always-on-right |
|
--stack-opening-tokens |
|
--stack-closing-tokens |
|
--format-skipping
|
|
|