Skip to content

Instantly share code, notes, and snippets.

@VacuumBreather
VacuumBreather / CsFileLayout.xml
Last active June 24, 2024 14:44
Resharper/Rider C# File Layout
<?xml version="1.0" encoding="utf-16"?>
<Patterns xmlns="urn:schemas-jetbrains-com:member-reordering-patterns">
<!-- Non-reorderable types -->
<TypePattern DisplayName="Non-reorderable types">
<TypePattern.Match>
<Or>
<And>
<Kind Is="Interface" />