Skip to content

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

License

Notifications You must be signed in to change notification settings

RickyLin/CodingConventionsCop

Repository files navigation

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.

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published