|
89 | 89 | <s:Boolean x:Key="/Default/CodeStyle/CodeFormatting/XmlFormatter/BlankLineAfterProcessingInstructions/@EntryValue">False</s:Boolean>
|
90 | 90 | <s:Int64 x:Key="/Default/CodeStyle/CodeFormatting/XmlFormatter/MaxBlankLines/@EntryValue">1</s:Int64>
|
91 | 91 | <s:Boolean x:Key="/Default/CodeStyle/CodeFormatting/XmlFormatter/TagSpaceBeforeHeaderEnd1/@EntryValue">False</s:Boolean>
|
92 |
| - <s:String x:Key="/Default/CodeStyle/CSharpFileLayoutPatterns/Pattern/@EntryValue"><Patterns xmlns="urn:schemas-jetbrains-com:member-reordering-patterns">
 |
| 92 | + <s:String x:Key="/Default/CodeStyle/CSharpFileLayoutPatterns/Pattern/@EntryValue"><?xml version="1.0" encoding="utf-16"?>
 |
| 93 | +<Patterns xmlns="urn:schemas-jetbrains-com:member-reordering-patterns">
 |
93 | 94 | <TypePattern DisplayName="COM interfaces or structs">
|
94 | 95 | <TypePattern.Match>
|
95 | 96 | <Or>
|
|
100 | 101 | <HasAttribute Name="System.Runtime.InteropServices.ComImport" />
|
101 | 102 | </Or>
|
102 | 103 | </And>
|
103 |
| - <HasAttribute Name="System.Runtime.InteropServices.StructLayoutAttribute" />
 |
| 104 | + <Kind Is="Struct" />
 |
104 | 105 | </Or>
|
105 | 106 | </TypePattern.Match>
|
106 | 107 | </TypePattern>
|
107 |
| -
 |
108 | 108 | <TypePattern DisplayName="NUnit Test Fixtures" RemoveRegions="All">
|
109 | 109 | <TypePattern.Match>
|
110 | 110 | <And>
|
111 | 111 | <Kind Is="Class" />
|
112 |
| - <HasAttribute Name="NUnit.Framework.TestFixtureAttribute" Inherited="true" />
 |
113 |
| - <HasAttribute Name="NUnit.Framework.TestCaseFixtureAttribute" Inherited="true" />
 |
| 112 | + <HasAttribute Name="NUnit.Framework.TestFixtureAttribute" Inherited="True" />
 |
| 113 | + <HasAttribute Name="NUnit.Framework.TestCaseFixtureAttribute" Inherited="True" />
 |
114 | 114 | </And>
|
115 | 115 | </TypePattern.Match>
|
116 |
| -
 |
117 | 116 | <Entry DisplayName="Setup/Teardown Methods">
|
118 | 117 | <Entry.Match>
|
119 | 118 | <And>
|
120 | 119 | <Kind Is="Method" />
|
121 | 120 | <Or>
|
122 |
| - <HasAttribute Name="NUnit.Framework.SetUpAttribute" Inherited="true" />
 |
123 |
| - <HasAttribute Name="NUnit.Framework.TearDownAttribute" Inherited="true" />
 |
124 |
| - <HasAttribute Name="NUnit.Framework.FixtureSetUpAttribute" Inherited="true" />
 |
125 |
| - <HasAttribute Name="NUnit.Framework.FixtureTearDownAttribute" Inherited="true" />
 |
| 121 | + <HasAttribute Name="NUnit.Framework.SetUpAttribute" Inherited="True" />
 |
| 122 | + <HasAttribute Name="NUnit.Framework.TearDownAttribute" Inherited="True" />
 |
| 123 | + <HasAttribute Name="NUnit.Framework.FixtureSetUpAttribute" Inherited="True" />
 |
| 124 | + <HasAttribute Name="NUnit.Framework.FixtureTearDownAttribute" Inherited="True" />
 |
126 | 125 | </Or>
|
127 | 126 | </And>
|
128 | 127 | </Entry.Match>
|
129 | 128 | </Entry>
|
130 |
| -
 |
131 | 129 | <Entry DisplayName="All other members" />
|
132 |
| -
 |
133 |
| - <Entry DisplayName="Test Methods" Priority="100">
 |
| 130 | + <Entry Priority="100" DisplayName="Test Methods">
 |
134 | 131 | <Entry.Match>
|
135 | 132 | <And>
|
136 | 133 | <Kind Is="Method" />
|
137 |
| - <HasAttribute Name="NUnit.Framework.TestAttribute" Inherited="false" />
 |
| 134 | + <HasAttribute Name="NUnit.Framework.TestAttribute" />
 |
138 | 135 | </And>
|
139 | 136 | </Entry.Match>
|
140 |
| -
 |
141 | 137 | <Entry.SortBy>
|
142 | 138 | <Name />
|
143 | 139 | </Entry.SortBy>
|
144 | 140 | </Entry>
|
145 | 141 | </TypePattern>
|
146 |
| -
 |
147 | 142 | <TypePattern DisplayName="Default Pattern">
|
148 |
| - <Entry DisplayName="Public Delegates" Priority="100">
 |
| 143 | + <Entry Priority="100" DisplayName="Public Delegates">
 |
149 | 144 | <Entry.Match>
|
150 | 145 | <And>
|
151 | 146 | <Access Is="Public" />
|
152 | 147 | <Kind Is="Delegate" />
|
153 | 148 | </And>
|
154 | 149 | </Entry.Match>
|
155 |
| -
 |
156 | 150 | <Entry.SortBy>
|
157 | 151 | <Name />
|
158 | 152 | </Entry.SortBy>
|
159 | 153 | </Entry>
|
160 |
| -
 |
161 |
| - <Entry DisplayName="Public Enums" Priority="100">
 |
| 154 | + <Entry Priority="100" DisplayName="Public Enums">
 |
162 | 155 | <Entry.Match>
|
163 | 156 | <And>
|
164 | 157 | <Access Is="Public" />
|
165 | 158 | <Kind Is="Enum" />
|
166 | 159 | </And>
|
167 | 160 | </Entry.Match>
|
168 |
| -
 |
169 | 161 | <Entry.SortBy>
|
170 | 162 | <Name />
|
171 | 163 | </Entry.SortBy>
|
172 | 164 | </Entry>
|
173 |
| -
 |
174 | 165 | <Entry DisplayName="Static Fields and Constants">
|
175 | 166 | <Entry.Match>
|
176 | 167 | <Or>
|
|
181 | 172 | </And>
|
182 | 173 | </Or>
|
183 | 174 | </Entry.Match>
|
184 |
| -
 |
185 | 175 | <Entry.SortBy>
|
186 |
| - <Kind>
 |
187 |
| - <Kind.Order>
 |
188 |
| - <DeclarationKind>Constant</DeclarationKind>
 |
189 |
| - <DeclarationKind>Field</DeclarationKind>
 |
190 |
| - </Kind.Order>
 |
191 |
| - </Kind>
 |
| 176 | + <Kind Order="Constant Field" />
 |
192 | 177 | </Entry.SortBy>
|
193 | 178 | </Entry>
|
194 |
| -
 |
195 | 179 | <Entry DisplayName="Fields">
|
196 | 180 | <Entry.Match>
|
197 | 181 | <And>
|
|
201 | 185 | </Not>
|
202 | 186 | </And>
|
203 | 187 | </Entry.Match>
|
204 |
| -
 |
205 | 188 | <Entry.SortBy>
|
206 | 189 | <Readonly />
|
207 | 190 | <Name />
|
208 | 191 | </Entry.SortBy>
|
209 | 192 | </Entry>
|
210 |
| -
 |
211 | 193 | <Entry DisplayName="Constructors">
|
212 | 194 | <Entry.Match>
|
213 | 195 | <Kind Is="Constructor" />
|
214 | 196 | </Entry.Match>
|
215 |
| -
 |
216 | 197 | <Entry.SortBy>
|
217 |
| - <Static/>
 |
| 198 | + <Static />
 |
218 | 199 | </Entry.SortBy>
|
219 | 200 | </Entry>
|
220 |
| -
 |
221 | 201 | <Entry DisplayName="Properties, Indexers">
|
222 | 202 | <Entry.Match>
|
223 | 203 | <Or>
|
|
226 | 206 | </Or>
|
227 | 207 | </Entry.Match>
|
228 | 208 | </Entry>
|
229 |
| -
 |
230 |
| - <Entry DisplayName="Interface Implementations" Priority="100">
 |
| 209 | + <Entry Priority="100" DisplayName="Interface Implementations">
 |
231 | 210 | <Entry.Match>
|
232 | 211 | <And>
|
233 | 212 | <Kind Is="Member" />
|
234 | 213 | <ImplementsInterface />
|
235 | 214 | </And>
|
236 | 215 | </Entry.Match>
|
237 |
| -
 |
238 | 216 | <Entry.SortBy>
|
239 |
| - <ImplementsInterface Immediate="true" />
 |
| 217 | + <ImplementsInterface Immediate="True" />
 |
240 | 218 | </Entry.SortBy>
|
241 | 219 | </Entry>
|
242 |
| -
 |
243 | 220 | <Entry DisplayName="All other members" />
|
244 |
| -
 |
245 | 221 | <Entry DisplayName="Nested Types">
|
246 | 222 | <Entry.Match>
|
247 | 223 | <Kind Is="Type" />
|
248 | 224 | </Entry.Match>
|
249 | 225 | </Entry>
|
250 | 226 | </TypePattern>
|
251 |
| -</Patterns>
 |
252 |
| -</s:String> |
| 227 | +</Patterns></s:String> |
253 | 228 | <s:String x:Key="/Default/CodeStyle/CSharpMemberOrderPattern/CustomPattern/@EntryValue"><?xml version="1.0" encoding="utf-8"?>
|
254 | 229 | <Patterns xmlns="urn:shemas-jetbrains-com:member-reordering-patterns">
|
255 | 230 | 
|
|
563 | 538 | <s:Boolean x:Key="/Default/Environment/SearchAndNavigation/MergeOccurences/@EntryValue">True</s:Boolean>
|
564 | 539 | <s:Boolean x:Key="/Default/Environment/SettingsMigration/IsMigratorApplied/=JetBrains_002EReSharper_002EPsi_002ECSharp_002ECodeStyle_002ECSharpFileLayoutPatternsUpgrade/@EntryIndexedValue">True</s:Boolean>
|
565 | 540 | <s:Boolean x:Key="/Default/Environment/SettingsMigration/IsMigratorApplied/=JetBrains_002EReSharper_002EPsi_002ECSharp_002ECodeStyle_002ESettingsUpgrade_002EAddAccessorOwnerDeclarationBracesMigration/@EntryIndexedValue">True</s:Boolean>
|
| 541 | + <s:Boolean x:Key="/Default/Environment/SettingsMigration/IsMigratorApplied/=JetBrains_002EReSharper_002EPsi_002ECSharp_002ECodeStyle_002ESettingsUpgrade_002EAlwaysTreatStructAsNotReorderableMigration/@EntryIndexedValue">True</s:Boolean> |
566 | 542 | <s:Boolean x:Key="/Default/Environment/SettingsMigration/IsMigratorApplied/=JetBrains_002EReSharper_002EPsi_002ECSharp_002ECodeStyle_002ESettingsUpgrade_002EMigrateBlankLinesAroundFieldToBlankLinesAroundProperty/@EntryIndexedValue">True</s:Boolean>
|
567 | 543 | <s:Boolean x:Key="/Default/Environment/SettingsMigration/IsMigratorApplied/=JetBrains_002EReSharper_002EPsi_002ECSharp_002ECodeStyle_002ESettingsUpgrade_002EMigrateThisQualifierSettings/@EntryIndexedValue">True</s:Boolean>
|
568 | 544 | <s:Boolean x:Key="/Default/Environment/SettingsMigration/IsMigratorApplied/=JetBrains_002EReSharper_002EPsi_002EJavaScript_002ECodeStyle_002ESettingsUpgrade_002EJsCodeFormatterSettingsUpgrader/@EntryIndexedValue">True</s:Boolean>
|
|
0 commit comments