I may be a weird person for liking this style, but our C style is
historically nominally the Linux Kernel style, and when you configure
clang-format to be kernel-ish, this is what you get. If we want to
change it, we can do so by tweaking the formatter rules in the future.
Details
Details
- Reviewers
pulkit ryanmce - Group Reviewers
hg-reviewers - Commits
- rHG3b9e510335ee: mpatch: switch alignment of wrapped line from tab to spaces with clang-format
Diff Detail
Diff Detail
- Repository
- rHG Mercurial
- Lint
Automatic diff as part of commit; lint not applicable. - Unit
Automatic diff as part of commit; unit tests not applicable.
Event Timeline
Comment Actions
Those who are struggling seeing the diff here or in similar cases, click on History tab which is next to File one, just under the Revision content on this page and you will "Whitespace change" thing in the right and change it to show all. :)
Comment Actions
Seems like we should figure out the spacing stuff on D1028 before moving forward here.