summaryrefslogtreecommitdiffstats
path: root/.perltidyrc
AgeCommit message (Collapse)AuthorFilesLines
2018-12-05revise perltidyrcPerl Tidy1-0/+4
2018-10-02no bug - adopt mojolicious code formatting guidelines (#784)Dylan William Hardison1-3/+13
@kyoshino likes 2-char indent for all the frontend. Mojolicious seems to use 2-space too. Let's just adopt their perltidyrc. Included in this is a script (in scripts/) that will modify files according to these rules.
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