Maoni0 / realmon

A monitoring tool that tells you when GCs happen in a process and some characteristics about these GCs
MIT License
281 stars 25 forks source link

Enforce .editorconfig rules so that there is consistency in code formatting and styles. #42

Open MokoSan opened 2 years ago

MokoSan commented 2 years ago

Currently we have inconsistent formatting and styles. By enforcing the editorconfig rules, we can ensure there is uniformity in the format / styles of the code.

Might be overkill to pull in Roslyn Analyzers but it could be another option to ensure more rigorous checks.