Skip to content

Commit 2c4c96b

Browse files
committed
Bug 1060728 - Add perltidyrc that makes it easier to follow existing code standards to BMO repository
1 parent caa8040 commit 2c4c96b

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

.perltidyrc

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
--block-brace-tightness=0
2+
--brace-tightness=1
3+
--continuation-indedntation=2
4+
--indent-columns=4
5+
--line-up-parentheses
6+
--maximum-line-length=120
7+
--noblanks-before-blocks
8+
--opening-brace-always-on-right
9+
--opening-token-right
10+
--paren-tightness=2
11+
--square-bracket-tightness=2
12+
--stack-closing-tokens
13+
--stack-opening-tokens
14+
--vertical-tightness-closing=2
15+
--vertical-tightness=2
16+
--want-break-after="."

0 commit comments

Comments
 (0)