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

105
265
< !--
@@ -396,5 +556,8 @@ II.2.12 <HandlesEvent />
396
556
<s : String x : Key =" /Default/CodeStyle/Naming/CSharpNaming/PredefinedNamingRules/=PrivateInstanceFields/@EntryIndexedValue" >< Policy Inspect="True" Prefix="" Suffix="" Style="aaBb" /> </s : String >
397
557
<s : String x : Key =" /Default/CodeStyle/Naming/CSharpNaming/PredefinedNamingRules/=PrivateStaticFields/@EntryIndexedValue" >< Policy Inspect="True" Prefix="" Suffix="" Style="aaBb" /> </s : String >
398
558
<s : String x : Key =" /Default/CodeStyle/Naming/VBNaming/EventHandlerPatternLong/@EntryValue" >$object$_On$event$</s : String >
559
+ <s : Boolean x : Key =" /Default/Environment/SettingsMigration/IsMigratorApplied/=JetBrains_002EReSharper_002EPsi_002ECSharp_002ECodeStyle_002ECSharpFileLayoutPatternsUpgrade/@EntryIndexedValue" >True</s : Boolean >
560
+ <s : Boolean x : Key =" /Default/Environment/SettingsMigration/IsMigratorApplied/=JetBrains_002EReSharper_002EPsi_002ECSharp_002ECodeStyle_002ESettingsUpgrade_002EAddAccessorOwnerDeclarationBracesMigration/@EntryIndexedValue" >True</s : Boolean >
399
561
<s : Boolean x : Key =" /Default/Environment/SettingsMigration/IsMigratorApplied/=JetBrains_002EReSharper_002EPsi_002ECSharp_002ECodeStyle_002ESettingsUpgrade_002EMigrateBlankLinesAroundFieldToBlankLinesAroundProperty/@EntryIndexedValue" >True</s : Boolean >
562
+ <s : Boolean x : Key =" /Default/Environment/SettingsMigration/IsMigratorApplied/=JetBrains_002EReSharper_002EPsi_002ECSharp_002ECodeStyle_002ESettingsUpgrade_002EMigrateThisQualifierSettings/@EntryIndexedValue" >True</s : Boolean >
400
563
<s : Boolean x : Key =" /Default/Environment/SettingsMigration/IsMigratorApplied/=JetBrains_002EReSharper_002EPsi_002EJavaScript_002ECodeStyle_002ESettingsUpgrade_002EJsCodeFormatterSettingsUpgrader/@EntryIndexedValue" >True</s : Boolean ></wpf : ResourceDictionary >
0 commit comments