Hi,
I think, it's good idea to have .editorconfig file in repos.
You can specify the formatting indentation, naming conventions... in it and those are applied by IDEs as a default formatting rules for files in current repository.
The main benefit is, that contributors don't have to set their coding styles in IDEs for every different repo they are contributing to anymore, they just respect the rules set by .editorconfig automatically.
That makes contributing a little bit more easier :).
I think, .editorconfig should be supported by most of popular IDEs as well.
Hi, I think, it's good idea to have
.editorconfig
file in repos.You can specify the formatting indentation, naming conventions... in it and those are applied by IDEs as a default formatting rules for files in current repository. The main benefit is, that contributors don't have to set their coding styles in IDEs for every different repo they are contributing to anymore, they just respect the rules set by
.editorconfig
automatically. That makes contributing a little bit more easier :). I think,.editorconfig
should be supported by most of popular IDEs as well.More info: https://editorconfig.org/, https://docs.microsoft.com/en-us/visualstudio/ide/create-portable-custom-editor-options?view=vs-2017
I'm sorry for creating this issue to this repo, but I was not able to find any proper place.