Skip to content

Instantly share code, notes, and snippets.

View iam3yal's full-sized avatar
👋
Available.

Eyal Alon iam3yal

👋
Available.
View GitHub Profile
@iam3yal
iam3yal / TypeMemberLayout.xaml
Last active July 14, 2023 01:10 — forked from sliekens/TypeMemberLayout.xaml
StyleCop Type Member Layout for Rider and ReSharper
<Patterns xmlns="urn:schemas-jetbrains-com:member-reordering-patterns">
<TypePattern DisplayName="Non-reorderable types">
<TypePattern.Match>
<Or>
<And>
<Kind Is="Interface" />
<Or>
<HasAttribute Name="System.Runtime.InteropServices.InterfaceTypeAttribute" />
<HasAttribute Name="System.Runtime.InteropServices.ComImport" />
</Or>