SLaks / Rebracer

Saves editor formatting settings as part of each solution.
http://visualstudiogallery.msdn.microsoft.com/410e9b9f-65f3-4495-b68e-15567e543c58
44 stars 15 forks source link

Add support for ancestor folder location for Rebracer.xml #22

Open kzu opened 8 years ago

kzu commented 8 years ago

It's not uncommon for a repository to contain multiple solutions at multiple directories and depths within the repo. Instead of having to maintain a plethora of Rebracer.xml files alongside each .sln, allow the extension to walk the directories up to find a settings file.

This may be a performance issues with super deep paths, but everyone knows that's a bit issue with MAX_PATH in Windows anyways so typically there aren't that many directories to traverse.