Enforce .NET Code Style with .editorconfig

Keep a consistent coding style in your editors

Josef Eiter
Better Programming
Published in
3 min readFeb 22, 2022

--

Photo by Şahin Sezer Dinçer on Unsplash

Having a clean codebase is essential and to be honest, nobody wants to read unstructured and messy code. Cleaning up the aftermath is tedious, time-consuming, and isn’t really fun.

Some code editors have built-in cleanup functionality which does the job for you. This might work pretty well…

--

--