FaronBracy / RogueSharp

A .NET Standard class library providing map generation, path-finding, and field-of-view utilities frequently used in roguelikes or 2D tile based games. Inspired by libtcod
https://roguesharp.wordpress.com/
MIT License
574 stars 58 forks source link

Update .editorconfig with additional rules and make sure code conforms. #13

Closed FaronBracy closed 5 years ago

FaronBracy commented 5 years ago

The .editorconfig for this solution is pretty bare on rules. Consider adding the rest of the rules supported by Visual Studio as well as Resharper.

Once the rules are in place, make sure that the code conforms to them and there are not any errors.

FaronBracy commented 5 years ago

Addressed in https://github.com/FaronBracy/RogueSharp/pull/21