# StyleCop

A Very Generic .editorconfig File (Updated)

An .editorconfig file helps define and maintain consistent coding styles between different editors and IDEs for files with different file extensions.

Naming Conventions

Code is written to be read by humans, not machines. Naming conventions and standard code styling can boost productivity, particularly if working in teams.

Stop The Brace Wars, Use StyleCop

StyleCop analyzes C# source code to enforce a set of style and consistency rules. Rehan advocates its use in this thought provoking article.