beakona / AutoInterface

C# interface-to-member source generator
MIT License
73 stars 9 forks source link

Add .editorconfig file #10

Closed felixhirt closed 2 years ago

felixhirt commented 2 years ago

After i made a branch of the repo to include some functions/fix some bugs (will make separate issues/pull requests for these) it re-formated all the files because unfortunately, my visual studio settings are setup differently. I would suggest to add an .editorconfig file.

beakona commented 2 years ago

I've added .editorconfig with root="true"... I wasn't aware I use custom settings.. feel free to change it as you think it should look like...

felixhirt commented 2 years ago

@beakona thx, i will try to find settings that match. I assume you have default settings in VisualStudio then? (Mine are custom, but i never use them anymore because i use .editorconfig everywhere)