diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-13 14:14:39 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-13 14:14:39 +0000 |
commit | ee17e45964b786b48b455959dfe68715971893fb (patch) | |
tree | 118f40aa65dc838499053413b05adfd00f839c62 /.perltidyrc | |
parent | Initial commit. (diff) | |
download | mmdebstrap-ee17e45964b786b48b455959dfe68715971893fb.tar.xz mmdebstrap-ee17e45964b786b48b455959dfe68715971893fb.zip |
Adding upstream version 1.4.3.upstream/1.4.3
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '.perltidyrc')
-rw-r--r-- | .perltidyrc | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/.perltidyrc b/.perltidyrc new file mode 100644 index 0000000..bbc8b84 --- /dev/null +++ b/.perltidyrc @@ -0,0 +1,15 @@ +# 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 |