0

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?

NetHawk
  • 1,392
  • 1
  • 15
  • 33

1 Answers1

0

I had prettier configured as my code formatter. Once I went to the settings and selected uncrustify, it worked.

NetHawk
  • 1,392
  • 1
  • 15
  • 33