XboxDev / nxdk

The cross-platform, open-source SDK to develop for original Xbox: *new* xdk
437 stars 66 forks source link

cxbe: Add clang-format #648

Closed abaire closed 1 year ago

abaire commented 1 year ago

The Microsoft style is fairly close to the prevailing cxbe style. I set the line length to 100 chars as that covers most of the long cases. Other tweaks are made in an attempt to minimize delta.

mborgerson commented 1 year ago

Spending fewer cycles formatting code is a huge win, and I appreciate the effort in delta minimization. Thanks!