#648 added a .clang-format file to the cxbe tool in an attempt to cut down contributor/maintainer time spent on format nitpicking.
Ideally this approach could be adopted broadly (using the style from the nxdk or winapi libs #499 (comment)) and could be enforced through githooks or a CI step verifying that PRs do not introduce non-conformant code.
#648 added a .clang-format file to the
cxbetool in an attempt to cut down contributor/maintainer time spent on format nitpicking.Ideally this approach could be adopted broadly (using the style from the nxdk or winapi libs #499 (comment)) and could be enforced through githooks or a CI step verifying that PRs do not introduce non-conformant code.