Nice and easy.
Details
Details
- Reviewers
indygreg - Group Reviewers
hg-reviewers - Commits
- rHG6c87d4113a90: charencode: allow clang-format oversight
rHGad352f84b782: charencode: allow clang-format oversight
Diff Detail
Diff Detail
- Repository
- rHG Mercurial
- Lint
Lint Skipped - Unit
Unit Tests Skipped
Event Timeline
Comment Actions
I want a second opinion about the #include order.
mercurial/cext/charencode.h | ||
---|---|---|
11–12 ↗ | (On Diff #5491) | Huh? Why is it putting a system include after a local include? This feels wrong to me. |
mercurial/cext/charencode.h | ||
---|---|---|
11–12 ↗ | (On Diff #5491) | Per a colleague, https://clang.llvm.org/docs/ClangFormatStyleOptions.html - look for IncludeCategories. Basically, it looks like we need to configure that. :/ |