Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 406 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 406 Bytes

CodingConventionsCop

This is a Visual Studio 2015 extension to make sure our projects follow the coding conventions.

Inspired by C# Essentials.

It make sure the following coding conventions:

  • One source file has only one type declaration.
  • The name of an awaitable method should end with Async suffix.
  • Indent with 4 spaces instead of 1 tab.