Using Astyle extension with VS Code. I can format a cpp2 file with Ctrl+Shift+I.
How can I have the formatting happen automatically at other times such as a text paste or file save?
Installed:
Using Astyle extension with VS Code. I can format a cpp2 file with Ctrl+Shift+I.
How can I have the formatting happen automatically at other times such as a text paste or file save?
Installed:
According to User and Workspace Settings in
settings.jsonadd:which applies the formatting when the file is saved.