Skip to content

Commit

Permalink
Code layout rules to put fields first and to put backing fields with …
Browse files Browse the repository at this point in the history
…their properties
  • Loading branch information
dodexahedron committed Feb 11, 2024
1 parent 4629abb commit 2d8cad0
Showing 1 changed file with 13 additions and 10 deletions.
23 changes: 13 additions & 10 deletions Terminal.sln.DotSettings
Original file line number Diff line number Diff line change
Expand Up @@ -300,17 +300,10 @@
</Entry.Match>
<Entry.SortBy>
<Kind Is="Member" />
<Access Is="0" />
<Name />
</Entry.SortBy>
</Entry>
<Entry DisplayName="Constructors">
<Entry.Match>
<Kind Is="Constructor" />
</Entry.Match>
<Entry.SortBy>
<Static />
</Entry.SortBy>
</Entry>
<Entry DisplayName="Fields">
<Entry.Match>
<And>
Expand All @@ -321,17 +314,27 @@
</And>
</Entry.Match>
<Entry.SortBy>
<Access Is="0" />
<Readonly />
<Name />
</Entry.SortBy>
</Entry>
<Entry DisplayName="Constructors">
<Entry.Match>
<Kind Is="Constructor" />
</Entry.Match>
<Entry.SortBy>
<Static />
<Access Is="0" />
</Entry.SortBy>
</Entry>
<Property DisplayName="Properties w/ Backing Field" Priority="100">
<Entry DisplayName="Backing Field">
<Entry DisplayName="Backing Field" Priority="100">
<Entry.Match>
<PropertyPart Match="Field" />
</Entry.Match>
</Entry>
<Entry DisplayName="Property">
<Entry DisplayName="Property" Priority="100">
<Entry.Match>
<PropertyPart Match="Property" />
</Entry.Match>
Expand Down

0 comments on commit 2d8cad0

Please sign in to comment.