matt-kempster / m2c

A MIPS and PowerPC decompiler.
GNU General Public License v3.0
410 stars 49 forks source link

Add K&R brace style option #260

Closed r-burns closed 1 year ago

r-burns commented 1 year ago

doldecomp/melee puts function opening braces on their own lines (and no other braces). https://en.wikipedia.org/wiki/Indentation_style#K&R_style

This command-line option is mutually exclusive with the --allman option.

r-burns commented 1 year ago

Thanks :)