This plugin lets you use different source formatting settings for each Solution. Each solution can be given it's own settings file which is automatically applied when you open a Solution. Currently only tab settings are supported. How it worksWhenever you open a solution, the plugin will check for the "text.settings.json" settings file. If it finds one, it will override all the matching Visual Studio settings with the settings from that file. To create a settings file for a new solution, navigate to the select the Update Solution Text Settings from the Project menu. This will create a new settings file, based on your current VS settings. More InformationYou can find this project on GitHub. Bug reports and pull requests are welcome. |