summaryrefslogtreecommitdiffstats
path: root/.perltidyrc
diff options
context:
space:
mode:
Diffstat (limited to '.perltidyrc')
-rw-r--r--.perltidyrc15
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