Only had to add two trailing commas to make the file format acceptably!
Details
Details
- Reviewers
indygreg - Group Reviewers
hg-reviewers - Commits
- rHG44cb058bc0d3: pathencode: allow clang-format oversight
Diff Detail
Diff Detail
- Repository
- rHG Mercurial
- Lint
Lint Skipped - Unit
Unit Tests Skipped
Event Timeline
mercurial/cext/pathencode.c | ||
---|---|---|
129–130 | I actually prefer the old style. But the good thing about using clang-format is we can bikeshed on the style later and mass rewrite things after that debate has concluded with minimal effort. So getting things to clang format is the important goal here, not bikeshedding about the style it is using today. | |
283–284 | /me screams |
I actually prefer the old style. But the good thing about using clang-format is we can bikeshed on the style later and mass rewrite things after that debate has concluded with minimal effort. So getting things to clang format is the important goal here, not bikeshedding about the style it is using today.