VSFormatOnSave
VSFormatOnSave copied to clipboard
Added Blacklist for when you're working with external project that you don't want formatting applied to.
We have a situation where we want to format on save for our project's cpp files, but we don't want it to happen on external projects. This changelist lets us define a directories who's contents will not be automatically formatted. Also, we can explicitly whitelist subdirectories under our blacklisted directories if needed.