1
1
<wpf : ResourceDictionary xml : space =" preserve" xmlns : x =" http://schemas.microsoft.com/winfx/2006/xaml" xmlns : s =" clr-namespace:System;assembly=mscorlib" xmlns : ss =" urn:shemas-jetbrains-com:settings-storage-xaml" xmlns : wpf =" http://schemas.microsoft.com/winfx/2006/xaml/presentation" >
2
- <s : Boolean x : Key =" /Default/CodeInspection/Highlighting/IncludeWarningsInSwea/@EntryValue" >True</s : Boolean >
3
- <s : String x : Key =" /Default/CodeInspection/Highlighting/InspectionSeverities/=AnnotateCanBeNullParameter/@EntryIndexedValue" >WARNING</s : String >
4
- <s : String x : Key =" /Default/CodeInspection/Highlighting/InspectionSeverities/=AnnotateCanBeNullTypeMember/@EntryIndexedValue" >WARNING</s : String >
5
- <s : Boolean x : Key =" /Default/CodeInspection/Roslyn/UseRoslynInSwea/@EntryValue" >True</s : Boolean >
6
- <s:String x:Key="/Default/CodeStyle/CodeCleanup/Profiles/=Full_0020Cleanup/@EntryIndexedValue"><?xml version="1.0" encoding="utf-16"?><Profile name="Full Cleanup"><CSReorderTypeMembers>True</CSReorderTypeMembers><CSCodeStyleAttributes ArrangeTypeAccessModifier="True" ArrangeTypeMemberAccessModifier="True" SortModifiers="True" RemoveRedundantParentheses="True" AddMissingParentheses="True" ArrangeBraces="True" ArrangeAttributes="True" ArrangeArgumentsStyle="True" ArrangeCodeBodyStyle="True" ArrangeVarStyle="True" /><RemoveCodeRedundancies>True</RemoveCodeRedundancies><CSUseAutoProperty>True</CSUseAutoProperty><CSMakeFieldReadonly>True</CSMakeFieldReadonly><CSMakeAutoPropertyGetOnly>True</CSMakeAutoPropertyGetOnly><CSArrangeQualifiers>True</CSArrangeQualifiers><CSFixBuiltinTypeReferences>True</CSFixBuiltinTypeReferences><CSOptimizeUsings><OptimizeUsings>True</OptimizeUsings><EmbraceInRegion>False</EmbraceInRegion><RegionName></RegionName></CSOptimizeUsings><CSShortenReferences>True</CSShortenReferences><CSReformatCode>True</CSReformatCode><CSharpFormatDocComments>True</CSharpFormatDocComments><XAMLCollapseEmptyTags>False</XAMLCollapseEmptyTags><IDEA_SETTINGS>&lt;profile version="1.0"&gt;
2
+ <s : Boolean x : Key =" /Default/CodeInspection/Highlighting/IncludeWarningsInSwea/@EntryValue" >True</s : Boolean >
3
+ <s : String x : Key =" /Default/CodeInspection/Highlighting/InspectionSeverities/=AnnotateCanBeNullParameter/@EntryIndexedValue" >WARNING</s : String >
4
+ <s : String x : Key =" /Default/CodeInspection/Highlighting/InspectionSeverities/=AnnotateCanBeNullTypeMember/@EntryIndexedValue" >WARNING</s : String >
5
+ <s : String x : Key =" /Default/CodeInspection/Highlighting/InspectionSeverities/=ArrangeMissingParentheses/@EntryIndexedValue" >WARNING</s : String >
6
+ <s : String x : Key =" /Default/CodeInspection/Highlighting/InspectionSeverities/=EnforceDoWhileStatementBraces/@EntryIndexedValue" >WARNING</s : String >
7
+ <s : String x : Key =" /Default/CodeInspection/Highlighting/InspectionSeverities/=EnforceFixedStatementBraces/@EntryIndexedValue" >WARNING</s : String >
8
+ <s : String x : Key =" /Default/CodeInspection/Highlighting/InspectionSeverities/=EnforceForeachStatementBraces/@EntryIndexedValue" >WARNING</s : String >
9
+ <s : String x : Key =" /Default/CodeInspection/Highlighting/InspectionSeverities/=EnforceForStatementBraces/@EntryIndexedValue" >WARNING</s : String >
10
+ <s : String x : Key =" /Default/CodeInspection/Highlighting/InspectionSeverities/=EnforceIfStatementBraces/@EntryIndexedValue" >WARNING</s : String >
11
+ <s : String x : Key =" /Default/CodeInspection/Highlighting/InspectionSeverities/=EnforceLockStatementBraces/@EntryIndexedValue" >WARNING</s : String >
12
+ <s : String x : Key =" /Default/CodeInspection/Highlighting/InspectionSeverities/=EnforceUsingStatementBraces/@EntryIndexedValue" >WARNING</s : String >
13
+ <s : String x : Key =" /Default/CodeInspection/Highlighting/InspectionSeverities/=EnforceWhileStatementBraces/@EntryIndexedValue" >WARNING</s : String >
14
+ <s : String x : Key =" /Default/CodeInspection/Highlighting/InspectionSeverities/=RemoveRedundantBraces/@EntryIndexedValue" >WARNING</s : String >
15
+ <s : String x : Key =" /Default/CodeInspection/Highlighting/InspectionSeverities/=UnnecessaryWhitespace/@EntryIndexedValue" >WARNING</s : String >
16
+ <s : String x : Key =" /Default/CodeInspection/Highlighting/InspectionSeverities/=UseNullPropagationWhenPossible/@EntryIndexedValue" >SUGGESTION</s : String >
17
+ <s : Boolean x : Key =" /Default/CodeInspection/Roslyn/UseRoslynInSwea/@EntryValue" >True</s : Boolean >
18
+ <s:String x:Key="/Default/CodeStyle/CodeCleanup/Profiles/=Full_0020Cleanup/@EntryIndexedValue"><?xml version="1.0" encoding="utf-16"?><Profile name="Full Cleanup"><CSCodeStyleAttributes ArrangeTypeAccessModifier="True" ArrangeTypeMemberAccessModifier="True" SortModifiers="True" RemoveRedundantParentheses="True" AddMissingParentheses="True" ArrangeBraces="False" ArrangeAttributes="True" ArrangeArgumentsStyle="True" ArrangeCodeBodyStyle="True" ArrangeVarStyle="True" ArrangeTrailingCommas="False" /><RemoveCodeRedundancies>True</RemoveCodeRedundancies><CSUseAutoProperty>True</CSUseAutoProperty><CSMakeFieldReadonly>True</CSMakeFieldReadonly><CSMakeAutoPropertyGetOnly>True</CSMakeAutoPropertyGetOnly><CSArrangeQualifiers>True</CSArrangeQualifiers><CSFixBuiltinTypeReferences>True</CSFixBuiltinTypeReferences><CSOptimizeUsings><OptimizeUsings>True</OptimizeUsings><EmbraceInRegion>False</EmbraceInRegion><RegionName></RegionName></CSOptimizeUsings><CSShortenReferences>True</CSShortenReferences><CSReformatCode>True</CSReformatCode><CSharpFormatDocComments>True</CSharpFormatDocComments><XAMLCollapseEmptyTags>False</XAMLCollapseEmptyTags><IDEA_SETTINGS>&lt;profile version="1.0"&gt;
7
19
& lt;option name="myName" value="Full Cleanup" /& gt;
8
20
& lt;inspection_tool class="ES6ShorthandObjectProperty" enabled="false" level="INFORMATION" enabled_by_default="false" /& gt;
9
21
& lt;inspection_tool class="JSArrowFunctionBracesCanBeRemoved" enabled="false" level="INFORMATION" enabled_by_default="false" /& gt;
16
28
& lt;inspection_tool class="UnnecessaryLabelOnBreakStatementJS" enabled="false" level="WARNING" enabled_by_default="false" /& gt;
17
29
& lt;inspection_tool class="UnnecessaryLabelOnContinueStatementJS" enabled="false" level="WARNING" enabled_by_default="false" /& gt;
18
30
& lt;inspection_tool class="UnnecessaryReturnJS" enabled="false" level="WARNING" enabled_by_default="false" /& gt;
19
- & lt;inspection_tool class="UnterminatedStatementJS" enabled="false" level="WARNING" enabled_by_default="false" /& gt;
20
31
& lt;inspection_tool class="WrongPropertyKeyValueDelimiter" enabled="false" level="WEAK WARNING" enabled_by_default="false" /& gt;
21
- & lt;/profile& gt;< /IDEA_SETTINGS>< /Profile> </s : String >
22
- <s : String x : Key =" /Default/CodeStyle/CodeCleanup/SilentCleanupProfile/@EntryValue" >Full Cleanup</s : String >
23
- <s : String x : Key =" /Default/CodeStyle/CSharpFileLayoutPatterns/Pattern/@EntryValue" >< ?xml version="1.0" encoding="utf-16"?>
32
+ & lt;/profile& gt;< /IDEA_SETTINGS>< XMLReformatCode> True< /XMLReformatCode>< /Profile> </s : String >
33
+ <s : String x : Key =" /Default/CodeStyle/CodeCleanup/SilentCleanupProfile/@EntryValue" >Full Cleanup</s : String >
34
+ <s : Boolean x : Key =" /Default/CodeStyle/CodeFormatting/CSharpFormat/ALIGN_LINQ_QUERY/@EntryValue" >True</s : Boolean >
35
+ <s : Boolean x : Key =" /Default/CodeStyle/CodeFormatting/CSharpFormat/ALIGN_MULTILINE_ARGUMENT/@EntryValue" >True</s : Boolean >
36
+ <s : Boolean x : Key =" /Default/CodeStyle/CodeFormatting/CSharpFormat/ALIGN_MULTILINE_CALLS_CHAIN/@EntryValue" >True</s : Boolean >
37
+ <s : Boolean x : Key =" /Default/CodeStyle/CodeFormatting/CSharpFormat/ALIGN_MULTILINE_EXTENDS_LIST/@EntryValue" >True</s : Boolean >
38
+ <s : Boolean x : Key =" /Default/CodeStyle/CodeFormatting/CSharpFormat/ALIGN_MULTILINE_FOR_STMT/@EntryValue" >True</s : Boolean >
39
+ <s : Boolean x : Key =" /Default/CodeStyle/CodeFormatting/CSharpFormat/ALIGN_MULTILINE_PARAMETER/@EntryValue" >True</s : Boolean >
40
+ <s : Boolean x : Key =" /Default/CodeStyle/CodeFormatting/CSharpFormat/ALIGN_MULTIPLE_DECLARATION/@EntryValue" >True</s : Boolean >
41
+ <s : Boolean x : Key =" /Default/CodeStyle/CodeFormatting/CSharpFormat/ALIGN_MULTLINE_TYPE_PARAMETER_CONSTRAINS/@EntryValue" >True</s : Boolean >
42
+ <s : Boolean x : Key =" /Default/CodeStyle/CodeFormatting/CSharpFormat/ALIGN_MULTLINE_TYPE_PARAMETER_LIST/@EntryValue" >True</s : Boolean >
43
+ <s : Boolean x : Key =" /Default/CodeStyle/CodeFormatting/CSharpFormat/ALIGN_TUPLE_COMPONENTS/@EntryValue" >True</s : Boolean >
44
+ <s : Boolean x : Key =" /Default/CodeStyle/CodeFormatting/CSharpFormat/INT_ALIGN_SWITCH_EXPRESSIONS/@EntryValue" >True</s : Boolean >
45
+ <s : Boolean x : Key =" /Default/CodeStyle/CodeFormatting/CSharpFormat/INT_ALIGN_SWITCH_SECTIONS/@EntryValue" >True</s : Boolean >
46
+ <s : Boolean x : Key =" /Default/CodeStyle/CodeFormatting/CSharpFormat/KEEP_EXISTING_ENUM_ARRANGEMENT/@EntryValue" >True</s : Boolean >
47
+ <s : Boolean x : Key =" /Default/CodeStyle/CodeFormatting/CSharpFormat/KEEP_EXISTING_SWITCH_EXPRESSION_ARRANGEMENT/@EntryValue" >False</s : Boolean >
48
+ <s : Int64 x : Key =" /Default/CodeStyle/CodeFormatting/CSharpFormat/MAX_INITIALIZER_ELEMENTS_ON_LINE/@EntryValue" >2</s : Int64 >
49
+ <s : Boolean x : Key =" /Default/CodeStyle/CodeFormatting/CSharpFormat/OUTDENT_BINARY_OPS/@EntryValue" >True</s : Boolean >
50
+ <s : Boolean x : Key =" /Default/CodeStyle/CodeFormatting/CSharpFormat/OUTDENT_COMMAS/@EntryValue" >True</s : Boolean >
51
+ <s : Boolean x : Key =" /Default/CodeStyle/CodeFormatting/CSharpFormat/OUTDENT_DOTS/@EntryValue" >True</s : Boolean >
52
+ <s : Boolean x : Key =" /Default/CodeStyle/CodeFormatting/CSharpFormat/PLACE_COMMENTS_AT_FIRST_COLUMN/@EntryValue" >True</s : Boolean >
53
+ <s : Boolean x : Key =" /Default/CodeStyle/CodeFormatting/CSharpFormat/PLACE_SIMPLE_ENUM_ON_SINGLE_LINE/@EntryValue" >True</s : Boolean >
54
+ <s : Boolean x : Key =" /Default/CodeStyle/CodeFormatting/CSharpFormat/SPACE_AROUND_ARROW_OP/@EntryValue" >True</s : Boolean >
55
+ <s : Boolean x : Key =" /Default/CodeStyle/CodeFormatting/CSharpFormat/SPACE_WITHIN_PARENTHESES/@EntryValue" >True</s : Boolean >
56
+ <s : Boolean x : Key =" /Default/CodeStyle/CodeFormatting/CSharpFormat/SPACE_WITHIN_SINGLE_LINE_ARRAY_INITIALIZER_BRACES/@EntryValue" >True</s : Boolean >
57
+ <s : Boolean x : Key =" /Default/CodeStyle/CodeFormatting/CSharpFormat/WRAP_AFTER_DECLARATION_LPAR/@EntryValue" >True</s : Boolean >
58
+ <s : Boolean x : Key =" /Default/CodeStyle/CodeFormatting/CSharpFormat/WRAP_AFTER_INVOCATION_LPAR/@EntryValue" >True</s : Boolean >
59
+ <s : Boolean x : Key =" /Default/CodeStyle/CodeFormatting/CSharpFormat/WRAP_BEFORE_BINARY_OPSIGN/@EntryValue" >True</s : Boolean >
60
+ <s : Boolean x : Key =" /Default/CodeStyle/CodeFormatting/CSharpFormat/WRAP_BEFORE_DECLARATION_RPAR/@EntryValue" >True</s : Boolean >
61
+ <s : Boolean x : Key =" /Default/CodeStyle/CodeFormatting/CSharpFormat/WRAP_BEFORE_INVOCATION_RPAR/@EntryValue" >True</s : Boolean >
62
+ <s : String x : Key =" /Default/CodeStyle/CodeFormatting/XmlDocFormatter/ProcessingInstructionAttributesFormat/@EntryValue" >OnSingleLine</s : String >
63
+ <s : Boolean x : Key =" /Default/CodeStyle/CodeFormatting/XmlDocFormatter/ProcessingInstructionSpaceAfterLastAttr/@EntryValue" >True</s : Boolean >
64
+ <s : String x : Key =" /Default/CodeStyle/CodeFormatting/XmlDocFormatter/TagAttributesFormat/@EntryValue" >OnSingleLine</s : String >
65
+ <s : String x : Key =" /Default/CodeStyle/CSharpFileLayoutPatterns/Pattern/@EntryValue" >< ?xml version="1.0" encoding="utf-16"?>
24
66
< Patterns xmlns="urn:schemas-jetbrains-com:member-reordering-patterns">
25
67
< TypePattern DisplayName="Non-reorderable types">
26
68
< TypePattern.Match>
193
235
< /Entry>
194
236
< /TypePattern>
195
237
< /Patterns> </s : String >
238
+ <s : Boolean x : Key =" /Default/Environment/SettingsMigration/IsMigratorApplied/=JetBrains_002EReSharper_002EPsi_002ECSharp_002ECodeStyle_002ECSharpKeepExistingMigration/@EntryIndexedValue" >True</s : Boolean >
239
+ <s : Boolean x : Key =" /Default/Environment/SettingsMigration/IsMigratorApplied/=JetBrains_002EReSharper_002EPsi_002ECSharp_002ECodeStyle_002ECSharpPlaceEmbeddedOnSameLineMigration/@EntryIndexedValue" >True</s : Boolean >
240
+ <s : Boolean x : Key =" /Default/Environment/SettingsMigration/IsMigratorApplied/=JetBrains_002EReSharper_002EPsi_002ECSharp_002ECodeStyle_002ECSharpUseContinuousIndentInsideBracesMigration/@EntryIndexedValue" >True</s : Boolean >
196
241
197
- <s : Boolean x : Key =" /Default/Environment/SettingsMigration/IsMigratorApplied/=JetBrains_002EReSharper_002EPsi_002ECSharp_002ECodeStyle_002ESettingsUpgrade_002EAlwaysTreatStructAsNotReorderableMigration/@EntryIndexedValue" >True</s : Boolean ></wpf : ResourceDictionary >
242
+ <s : Boolean x : Key =" /Default/Environment/SettingsMigration/IsMigratorApplied/=JetBrains_002EReSharper_002EPsi_002ECSharp_002ECodeStyle_002ESettingsUpgrade_002EAlwaysTreatStructAsNotReorderableMigration/@EntryIndexedValue" >True</s : Boolean >
243
+ <s : Boolean x : Key =" /Default/Environment/SettingsMigration/IsMigratorApplied/=JetBrains_002EReSharper_002EPsi_002ECSharp_002ECodeStyle_002ESettingsUpgrade_002EMigrateBlankLinesAroundFieldToBlankLinesAroundProperty/@EntryIndexedValue" >True</s : Boolean >
244
+ </wpf : ResourceDictionary >
0 commit comments