|
143 | 143 | <s:String x:Key="/Default/CodeStyle/CodeFormatting/CSharpFormat/WRAP_OBJECT_AND_COLLECTION_INITIALIZER_STYLE/@EntryValue">CHOP_ALWAYS</s:String>
|
144 | 144 | <s:Boolean x:Key="/Default/CodeStyle/CodeFormatting/JavaScriptCodeFormatting/ALIGN_MULTIPLE_DECLARATION/@EntryValue">True</s:Boolean>
|
145 | 145 | <s:Boolean x:Key="/Default/CodeStyle/CodeFormatting/JavaScriptCodeFormatting/JavaScriptFormatOther/ALIGN_MULTIPLE_DECLARATION/@EntryValue">True</s:Boolean>
|
146 |
| - <s:String x:Key="/Default/CodeStyle/CSharpFileLayoutPatterns/Pattern/@EntryValue"><Patterns xmlns="urn:schemas-jetbrains-com:member-reordering-patterns">
 |
| 146 | + <s:String x:Key="/Default/CodeStyle/CSharpFileLayoutPatterns/Pattern/@EntryValue"><?xml version="1.0" encoding="utf-16"?>
 |
| 147 | +<Patterns xmlns="urn:schemas-jetbrains-com:member-reordering-patterns">
 |
147 | 148 | <TypePattern DisplayName="COM interfaces or structs">
|
148 | 149 | <TypePattern.Match>
|
149 | 150 | <Or>
|
|
154 | 155 | <HasAttribute Name="System.Runtime.InteropServices.ComImport" />
|
155 | 156 | </Or>
|
156 | 157 | </And>
|
157 |
| - <HasAttribute Name="System.Runtime.InteropServices.StructLayoutAttribute" />
 |
| 158 | + <Kind Is="Struct" />
 |
158 | 159 | </Or>
|
159 | 160 | </TypePattern.Match>
|
160 | 161 | </TypePattern>
|
161 |
| -
 |
162 | 162 | <TypePattern DisplayName="NUnit Test Fixtures" RemoveRegions="All">
|
163 | 163 | <TypePattern.Match>
|
164 | 164 | <And>
|
165 | 165 | <Kind Is="Class" />
|
166 |
| - <HasAttribute Name="NUnit.Framework.TestFixtureAttribute" Inherited="true" />
 |
167 |
| - <HasAttribute Name="NUnit.Framework.TestCaseFixtureAttribute" Inherited="true" />
 |
| 166 | + <HasAttribute Name="NUnit.Framework.TestFixtureAttribute" Inherited="True" />
 |
| 167 | + <HasAttribute Name="NUnit.Framework.TestCaseFixtureAttribute" Inherited="True" />
 |
168 | 168 | </And>
|
169 | 169 | </TypePattern.Match>
|
170 |
| -
 |
171 | 170 | <Entry DisplayName="Setup/Teardown Methods">
|
172 | 171 | <Entry.Match>
|
173 | 172 | <And>
|
174 | 173 | <Kind Is="Method" />
|
175 | 174 | <Or>
|
176 |
| - <HasAttribute Name="NUnit.Framework.SetUpAttribute" Inherited="true" />
 |
177 |
| - <HasAttribute Name="NUnit.Framework.TearDownAttribute" Inherited="true" />
 |
178 |
| - <HasAttribute Name="NUnit.Framework.FixtureSetUpAttribute" Inherited="true" />
 |
179 |
| - <HasAttribute Name="NUnit.Framework.FixtureTearDownAttribute" Inherited="true" />
 |
| 175 | + <HasAttribute Name="NUnit.Framework.SetUpAttribute" Inherited="True" />
 |
| 176 | + <HasAttribute Name="NUnit.Framework.TearDownAttribute" Inherited="True" />
 |
| 177 | + <HasAttribute Name="NUnit.Framework.FixtureSetUpAttribute" Inherited="True" />
 |
| 178 | + <HasAttribute Name="NUnit.Framework.FixtureTearDownAttribute" Inherited="True" />
 |
180 | 179 | </Or>
|
181 | 180 | </And>
|
182 | 181 | </Entry.Match>
|
183 | 182 | </Entry>
|
184 |
| -
 |
185 | 183 | <Entry DisplayName="All other members" />
|
186 |
| -
 |
187 |
| - <Entry DisplayName="Test Methods" Priority="100">
 |
| 184 | + <Entry Priority="100" DisplayName="Test Methods">
 |
188 | 185 | <Entry.Match>
|
189 | 186 | <And>
|
190 | 187 | <Kind Is="Method" />
|
191 |
| - <HasAttribute Name="NUnit.Framework.TestAttribute" Inherited="false" />
 |
| 188 | + <HasAttribute Name="NUnit.Framework.TestAttribute" />
 |
192 | 189 | </And>
|
193 | 190 | </Entry.Match>
|
194 |
| -
 |
195 | 191 | <Entry.SortBy>
|
196 | 192 | <Name />
|
197 | 193 | </Entry.SortBy>
|
198 | 194 | </Entry>
|
199 | 195 | </TypePattern>
|
200 |
| -
 |
201 | 196 | <TypePattern DisplayName="Default Pattern">
|
202 |
| - <Entry DisplayName="Public Delegates" Priority="100">
 |
| 197 | + <Entry Priority="100" DisplayName="Public Delegates">
 |
203 | 198 | <Entry.Match>
|
204 | 199 | <And>
|
205 | 200 | <Access Is="Public" />
|
206 | 201 | <Kind Is="Delegate" />
|
207 | 202 | </And>
|
208 | 203 | </Entry.Match>
|
209 |
| -
 |
210 | 204 | <Entry.SortBy>
|
211 | 205 | <Name />
|
212 | 206 | </Entry.SortBy>
|
213 | 207 | </Entry>
|
214 |
| -
 |
215 |
| - <Entry DisplayName="Public Enums" Priority="100">
 |
| 208 | + <Entry Priority="100" DisplayName="Public Enums">
 |
216 | 209 | <Entry.Match>
|
217 | 210 | <And>
|
218 | 211 | <Access Is="Public" />
|
219 | 212 | <Kind Is="Enum" />
|
220 | 213 | </And>
|
221 | 214 | </Entry.Match>
|
222 |
| -
 |
223 | 215 | <Entry.SortBy>
|
224 | 216 | <Name />
|
225 | 217 | </Entry.SortBy>
|
226 | 218 | </Entry>
|
227 |
| -
 |
228 | 219 | <Entry DisplayName="Static Fields and Constants">
|
229 | 220 | <Entry.Match>
|
230 | 221 | <Or>
|
|
235 | 226 | </And>
|
236 | 227 | </Or>
|
237 | 228 | </Entry.Match>
|
238 |
| -
 |
239 | 229 | <Entry.SortBy>
|
240 |
| - <Kind>
 |
241 |
| - <Kind.Order>
 |
242 |
| - <DeclarationKind>Constant</DeclarationKind>
 |
243 |
| - <DeclarationKind>Field</DeclarationKind>
 |
244 |
| - </Kind.Order>
 |
245 |
| - </Kind>
 |
| 230 | + <Kind Order="Constant Field" />
 |
246 | 231 | </Entry.SortBy>
|
247 | 232 | </Entry>
|
248 |
| -
 |
249 | 233 | <Entry DisplayName="Fields">
|
250 | 234 | <Entry.Match>
|
251 | 235 | <And>
|
|
255 | 239 | </Not>
|
256 | 240 | </And>
|
257 | 241 | </Entry.Match>
|
258 |
| -
 |
259 | 242 | <Entry.SortBy>
|
260 | 243 | <Readonly />
|
261 | 244 | <Name />
|
262 | 245 | </Entry.SortBy>
|
263 | 246 | </Entry>
|
264 |
| -
 |
265 | 247 | <Entry DisplayName="Constructors">
|
266 | 248 | <Entry.Match>
|
267 | 249 | <Kind Is="Constructor" />
|
268 | 250 | </Entry.Match>
|
269 |
| -
 |
270 | 251 | <Entry.SortBy>
|
271 |
| - <Static/>
 |
| 252 | + <Static />
 |
272 | 253 | </Entry.SortBy>
|
273 | 254 | </Entry>
|
274 |
| -
 |
275 | 255 | <Entry DisplayName="Properties, Indexers">
|
276 | 256 | <Entry.Match>
|
277 | 257 | <Or>
|
|
280 | 260 | </Or>
|
281 | 261 | </Entry.Match>
|
282 | 262 | </Entry>
|
283 |
| -
 |
284 |
| - <Entry DisplayName="Interface Implementations" Priority="100">
 |
| 263 | + <Entry Priority="100" DisplayName="Interface Implementations">
 |
285 | 264 | <Entry.Match>
|
286 | 265 | <And>
|
287 | 266 | <Kind Is="Member" />
|
288 | 267 | <ImplementsInterface />
|
289 | 268 | </And>
|
290 | 269 | </Entry.Match>
|
291 |
| -
 |
292 | 270 | <Entry.SortBy>
|
293 |
| - <ImplementsInterface Immediate="true" />
 |
| 271 | + <ImplementsInterface Immediate="True" />
 |
294 | 272 | </Entry.SortBy>
|
295 | 273 | </Entry>
|
296 |
| -
 |
297 | 274 | <Entry DisplayName="All other members" />
|
298 |
| -
 |
299 | 275 | <Entry DisplayName="Nested Types">
|
300 | 276 | <Entry.Match>
|
301 | 277 | <Kind Is="Type" />
|
302 | 278 | </Entry.Match>
|
303 | 279 | </Entry>
|
304 | 280 | </TypePattern>
|
305 |
| -</Patterns>
 |
306 |
| -</s:String> |
| 281 | +</Patterns></s:String> |
307 | 282 | <s:String x:Key="/Default/CodeStyle/CSharpMemberOrderPattern/CustomPattern/@EntryValue"><?xml version="1.0" encoding="utf-8" ?>
|
308 | 283 | 
|
309 | 284 | <!--
|
@@ -570,6 +545,7 @@ II.2.12 <HandlesEvent />
|
570 | 545 | <s:String x:Key="/Default/CodeStyle/Naming/VBNaming/PredefinedNamingRules/=TypesAndNamespaces/@EntryIndexedValue"><Policy Inspect="True" Prefix="" Suffix="" Style="AaBb" /></s:String>
|
571 | 546 | <s:Boolean x:Key="/Default/Environment/SettingsMigration/IsMigratorApplied/=JetBrains_002EReSharper_002EPsi_002ECSharp_002ECodeStyle_002ECSharpFileLayoutPatternsUpgrade/@EntryIndexedValue">True</s:Boolean>
|
572 | 547 | <s:Boolean x:Key="/Default/Environment/SettingsMigration/IsMigratorApplied/=JetBrains_002EReSharper_002EPsi_002ECSharp_002ECodeStyle_002ESettingsUpgrade_002EAddAccessorOwnerDeclarationBracesMigration/@EntryIndexedValue">True</s:Boolean>
|
| 548 | + <s:Boolean x:Key="/Default/Environment/SettingsMigration/IsMigratorApplied/=JetBrains_002EReSharper_002EPsi_002ECSharp_002ECodeStyle_002ESettingsUpgrade_002EAlwaysTreatStructAsNotReorderableMigration/@EntryIndexedValue">True</s:Boolean> |
573 | 549 | <s:Boolean x:Key="/Default/Environment/SettingsMigration/IsMigratorApplied/=JetBrains_002EReSharper_002EPsi_002ECSharp_002ECodeStyle_002ESettingsUpgrade_002EMigrateBlankLinesAroundFieldToBlankLinesAroundProperty/@EntryIndexedValue">True</s:Boolean>
|
574 | 550 | <s:Boolean x:Key="/Default/Environment/SettingsMigration/IsMigratorApplied/=JetBrains_002EReSharper_002EPsi_002ECSharp_002ECodeStyle_002ESettingsUpgrade_002EMigrateThisQualifierSettings/@EntryIndexedValue">True</s:Boolean>
|
575 | 551 | <s:Boolean x:Key="/Default/Environment/SettingsMigration/IsMigratorApplied/=JetBrains_002EReSharper_002EPsi_002EJavaScript_002ECodeStyle_002ESettingsUpgrade_002EJsCodeFormatterSettingsUpgrader/@EntryIndexedValue">True</s:Boolean>
|
|
0 commit comments