RandomEngy / UnitTestBoilerplateGenerator

An extension for Visual Studio that generates a unit test boilerplate from a given class, setting up mocks for all dependencies. Supports NUnit, Visual Studio Test, XUnit and many mock frameworks.
https://marketplace.visualstudio.com/items?itemName=RandomEngy.UnitTestBoilerplateGenerator
MIT License
64 stars 17 forks source link

tabs to spaces #10

Closed 304NotModified closed 3 years ago

304NotModified commented 3 years ago

I guess I have to check why https://github.com/RandomEngy/UnitTestBoilerplateGenerator/blob/master/.editorconfig isn't loaded?

RandomEngy commented 3 years ago

Yeah, the .editorconfig should be setting the indentation to tabs.