ipfs-shipyard / net-ipfs-http-client

InterPlanetary File System client for .Net (C#, VB, F# ...)
MIT License
35 stars 13 forks source link

Set up .editorconfig and clean up code #8

Open Arlodotexe opened 2 years ago

Arlodotexe commented 2 years ago

The problem

The project does not have an EditorConfig. There is no IDE guidance in terms of code style.

The solution

To keep things clean for all developers on this project, we need to set up the .editorconfig file so Visual Studio and Rider automatically follow the correct coding conventions.