Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-07-14 | replace perltidyrc with on that specifies -pbp with two exceptions | Dylan William Hardison | 1 | -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-22 | Fix typo in new .perltidyrc | Dylan William Hardison | 1 | -1/+1 | |
2014-09-22 | Bug 1060728 - Add perltidyrc that makes it easier to follow existing code ↵ | Dylan William Hardison | 1 | -0/+16 | |
standards to BMO repository |