Closed ronaldbarendse closed 3 years ago
This adds the README.md, .gitignore and new .editorconfig files to the solution, so they can be quickly edited when the project/solution is opened.
README.md
.gitignore
.editorconfig
The .editorconfig file is based on the default example from https://docs.microsoft.com/en-us/dotnet/fundamentals/code-analysis/code-style-rule-options?view=vs-2019 and will ensure a consistent code style.
Great stuff, thanks for the contribution Ronald!
This adds the
README.md
,.gitignore
and new.editorconfig
files to the solution, so they can be quickly edited when the project/solution is opened.The
.editorconfig
file is based on the default example from https://docs.microsoft.com/en-us/dotnet/fundamentals/code-analysis/code-style-rule-options?view=vs-2019 and will ensure a consistent code style.