I'm working on a several projects with several teams.
One team uses Hg, one Git the other uses Subversion. One team uses spaces, other team uses tabs.
Is there a way i could change this settings based on a solution i'm using?
For example, if I'm using a.sln i wanna use source control plugin VisualSVN and use spaces. When i open b.sln i want to use a Git provider and tabs.
Is there a way i could achieve this automatically?
I'm using VS2015 so i'm open for any VS add-ins. Also i use Resharper so i'm open any suggestions to achieve this with reshaper's help.
I have already tried method described in Change source control plug-in in Visual Studio, How to specify the source control plugin on a per-solution basis in Visual Studio?,
I found this https://github.com/ceztko/SccAutoSwitcher but i haven't been able to get it working.
I found the https://github.com/editorconfig/editorconfig-visualstudio#readme but this solves only a part of my needs.
thanks for any info