summaryrefslogtreecommitdiffstats
path: root/.perltidyrc
AgeCommit message (Collapse)AuthorFilesLines
2017-07-14replace perltidyrc with on that specifies -pbp with two exceptionsDylan William Hardison1-16/+3
previously, the perltidyrc was written with the original recommendations of the upstream bugzilla project. The style used there is... inconsistent at best. For a while now, I've been using perltidy -pbp and telling others to do the same for new code. However there are two exceptions to -pbp that are widely useful: 1. line length can be up to 120. 2. brace vertical tigntness is turned off. This means that there is always a newline after the { in a multi-line brace construct.
2014-09-22Fix typo in new .perltidyrcDylan William Hardison1-1/+1
2014-09-22Bug 1060728 - Add perltidyrc that makes it easier to follow existing code ↵Dylan William Hardison1-0/+16
standards to BMO repository