umbraco / UmbPack

13 stars 13 forks source link

Add solution items and .editorconfig #50

Closed ronaldbarendse closed 3 years ago

ronaldbarendse commented 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.

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.

Rockerby commented 3 years ago

Great stuff, thanks for the contribution Ronald!