米田です。
Source Analysis for C#が公開されています。
上記BLOGによると、次のような約200のルールを持つとのこと
>Layout of elements, statements, expressions, and query clauses
>Placement of curly brackets, parenthesis, square brackets, etc
>Spacing around keywords and operator symbols
>Line spacing
>Placement of method parameters within method declarations or method calls
>Standard ordering of elements within a class
>Formatting of documentation within element headers and file headers
>Naming of elements, fields and variables
>Use of the built-in types
>Use of access modifiers
>Allowed contents of files
>Debugging text
サードパーティの類似ツールとしては、 Code Style Enforcerがあるようです。