@@ -36,6 +36,7 @@ resharper_wrap_array_initializer_style = chop_always
36
36
resharper_wrap_before_arrow_with_expressions = true
37
37
resharper_wrap_chained_binary_expressions = chop_if_long
38
38
resharper_wrap_object_and_collection_initializer_style = chop_always
39
+ resharper_invert_if_highlighting = none
39
40
40
41
# Microsoft .NET properties
41
42
csharp_using_directive_placement = outside_namespace
@@ -45,17 +46,7 @@ csharp_preferred_modifier_order = public, private, protected, internal, new, abs
45
46
csharp_style_var_elsewhere = true :suggestion
46
47
csharp_style_var_for_built_in_types = true :suggestion
47
48
csharp_style_var_when_type_is_apparent = true :suggestion
48
- dotnet_naming_rule.unity_serialized_field_rule.import_to_resharper = True
49
- dotnet_naming_rule.unity_serialized_field_rule.resharper_description = Unity serialized field
50
- dotnet_naming_rule.unity_serialized_field_rule.resharper_guid = 5 f0fdb63-c892-4d2c-9324-15c80b22a7ef
51
- dotnet_naming_rule.unity_serialized_field_rule.severity = warning
52
- dotnet_naming_rule.unity_serialized_field_rule.style = lower_camel_case_style
53
- dotnet_naming_rule.unity_serialized_field_rule.symbols = unity_serialized_field_symbols
54
49
dotnet_naming_style.lower_camel_case_style.capitalization = camel_case
55
- dotnet_naming_symbols.unity_serialized_field_symbols.applicable_accessibilities = *
56
- dotnet_naming_symbols.unity_serialized_field_symbols.applicable_kinds =
57
- dotnet_naming_symbols.unity_serialized_field_symbols.resharper_applicable_kinds = unity_serialised_field
58
- dotnet_naming_symbols.unity_serialized_field_symbols.resharper_required_modifiers = instance
59
50
dotnet_style_parentheses_in_arithmetic_binary_operators = never_if_unnecessary:none
60
51
dotnet_style_parentheses_in_other_binary_operators = never_if_unnecessary:none
61
52
dotnet_style_parentheses_in_relational_binary_operators = never_if_unnecessary:none
@@ -81,6 +72,7 @@ resharper_suggest_var_or_type_simple_types_highlighting = hint
81
72
resharper_web_config_module_not_resolved_highlighting = warning
82
73
resharper_web_config_type_not_resolved_highlighting = warning
83
74
resharper_web_config_wrong_module_highlighting = warning
75
+ resharper_redundant_using_directive_highlighting = error
84
76
85
77
[* .{appxmanifest,asax,ascx,aspx,axaml,build,cg,cginc,compute,cs,cshtml,dtd,fs,fsi,fsscript,fsx,hlsl,hlsli,hlslinc,master,ml,mli,nuspec,paml,razor,resw,resx,shader,skin,usf,ush,vb,xaml,xamlx,xoml,xsd} ]
86
78
indent_style = space
0 commit comments