summaryrefslogtreecommitdiffstats
path: root/.perltidyrc
diff options
context:
space:
mode:
authorDylan William Hardison <dylan@hardison.net>2014-09-22 15:28:53 +0200
committerDylan William Hardison <dylan@hardison.net>2014-09-22 15:28:53 +0200
commit2c4c96b576476dd6ddf643cbc6bc81ff89f49c40 (patch)
tree33d55a6f51470c1248d4b57889ea6e10f3b847b3 /.perltidyrc
parentcaa80406b2f65bde6aab0db3ed9639a3016db96d (diff)
downloadbugzilla-2c4c96b576476dd6ddf643cbc6bc81ff89f49c40.tar.gz
bugzilla-2c4c96b576476dd6ddf643cbc6bc81ff89f49c40.tar.xz
Bug 1060728 - Add perltidyrc that makes it easier to follow existing code standards to BMO repository
Diffstat (limited to '.perltidyrc')
-rw-r--r--.perltidyrc16
1 files changed, 16 insertions, 0 deletions
diff --git a/.perltidyrc b/.perltidyrc
new file mode 100644
index 000000000..558aeb8ba
--- /dev/null
+++ b/.perltidyrc
@@ -0,0 +1,16 @@
+--block-brace-tightness=0
+--brace-tightness=1
+--continuation-indedntation=2
+--indent-columns=4
+--line-up-parentheses
+--maximum-line-length=120
+--noblanks-before-blocks
+--opening-brace-always-on-right
+--opening-token-right
+--paren-tightness=2
+--square-bracket-tightness=2
+--stack-closing-tokens
+--stack-opening-tokens
+--vertical-tightness-closing=2
+--vertical-tightness=2
+--want-break-after="."