Filter folders for formatOnSave #25824
Labels
config
VS Code configuration, set up issues
*duplicate
Issue identified as a duplicate of another issue(s)
feature-request
Request for new features or functionality
We run a bigger project where we've recently added prettier and are using the
formatOnSave
option. However, we don't want to run the formatting process on files that are not part of a few directories.Is it possible to add another option so I can configure a regex that will be tested against the filename before
formatOnSave
will be triggered? A glob would work as well.The text was updated successfully, but these errors were encountered: