I have installed Uncrustify with Brew on Mac, and installed the extension on VS Code.
I created an uncrustify.cfg and configured some rules.
I would like to use Uncrustify to format the document on save. How can I do this in VS Code?
I have installed Uncrustify with Brew on Mac, and installed the extension on VS Code.
I created an uncrustify.cfg and configured some rules.
I would like to use Uncrustify to format the document on save. How can I do this in VS Code?
I had prettier configured as my code formatter. Once I went to the settings and selected uncrustify, it worked.