Skip to content

Instantly share code, notes, and snippets.

View collinbarrett's full-sized avatar

Collin Barrett collinbarrett

View GitHub Profile
<TypePattern DisplayName="StyleCop Classes, Interfaces, &amp; Structs" RemoveRegions="All">
<TypePattern.Match>
<Or>
<Kind Is="Class" />
<Kind Is="Struct" />
<Kind Is="Interface" />
</Or>
</TypePattern.Match>
<Entry DisplayName="Constants">
<Entry.Match>