daveoftheparty / speedy-moq

Generate boilerplate code for Moq in C#
MIT License
1 stars 0 forks source link

Indentation #12

Closed daveoftheparty closed 3 years ago

daveoftheparty commented 3 years ago

Got rid of the double-indent bug for the first line of generated text. Theoretically handled tabs vs. spaces. Introduced a snarky comment for developers that insist on using spaces as a poor substitute for the indent character we were given by the gods of ASCII in the old times.

closes #11