Visual Studio Code – Using VSCode and Prettier, how to have files automatically formatted upon creation?
In my Angular project, when I create new components, the files aren't automatically formatted. I have to manually save each file to apply formatting. Is there a way to configure this so that the files are automatically formatted upon creation?