aliostad / CacheCow

An implementation of HTTP Caching in .NET Core and 4.5.2+ for both the client and the server
MIT License
848 stars 171 forks source link

Add editorconfig file #215

Closed zhofre closed 6 years ago

zhofre commented 6 years ago

Can we add an editorconfig file to support contributors in maintaining a consistent code style?

Reference: https://docs.microsoft.com/en-us/visualstudio/ide/create-portable-custom-editor-options?view=vs-2017

aliostad commented 6 years ago

Thank you. Feel free to send a PR - mentioning this issue.

zhofre commented 6 years ago

OK, I'll add it and send a PR with the initial version. We can discuss the severity of warnings and what to do with current inconsistencies as part of PR.