Skip to content

Instantly share code, notes, and snippets.

View GrimGadget's full-sized avatar

Toby Herring GrimGadget

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>