editorconfig / editorconfig-visualstudio

EditorConfig Visual Studio Addin
http://editorconfig.org
Other
352 stars 74 forks source link

Fix a StackOverflowException when trying to rename a type with v0.6 #39

Closed hmemcpy closed 8 years ago

hmemcpy commented 8 years ago

This PR fixes a StackOverflow exception that occurs when trying to rename a type. It is causes by the Undo transaction entering an infinite loop during saving, which happens as a result of a rename.

Mpdreamz commented 8 years ago

LGTM :+1:

hmemcpy commented 8 years ago

Awesome! On to tackling the next problem :)

Mpdreamz commented 8 years ago

Looking forward to moar :) I moved all the cheese in master if you pull, moved to paket/fake. Hope this does not introduce any major merge conflicts