@@ -6,13 +6,9 @@ indent_size = 3
66charset = utf-8
77trim_trailing_whitespace = true
88insert_final_newline = true
9+ tab_width = 3
910
1011# Microsoft .NET properties
11- csharp_new_line_before_members_in_object_initializers = false
12- csharp_preferred_modifier_order = public, private, protected, internal, new, abstract, virtual, sealed, override, static, readonly, extern, unsafe, volatile, async:suggestion
13- csharp_style_var_elsewhere = true :suggestion
14- csharp_style_var_for_built_in_types = true :suggestion
15- csharp_style_var_when_type_is_apparent = true :suggestion
1612dotnet_naming_rule.unity_serialized_field_rule.import_to_resharper = True
1713dotnet_naming_rule.unity_serialized_field_rule.resharper_description = Unity serialized field
1814dotnet_naming_rule.unity_serialized_field_rule.resharper_guid = 5 f0fdb63-c892-4d2c-9324-15c80b22a7ef
@@ -61,7 +57,12 @@ resharper_web_config_module_not_resolved_highlighting = warning
6157resharper_web_config_type_not_resolved_highlighting = warning
6258resharper_web_config_wrong_module_highlighting = warning
6359
64- [* .{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} ]
65- indent_style = space
66- indent_size = 3
67- tab_width = 3
60+
61+ [* .cs ]
62+ csharp_new_line_before_members_in_object_initializers = false
63+ csharp_preferred_modifier_order = public, private, protected, internal, new, abstract, virtual, sealed, override, static, readonly, extern, unsafe, volatile, async:suggestion
64+ csharp_style_var_elsewhere = true :suggestion
65+ csharp_style_var_for_built_in_types = true :suggestion
66+ csharp_style_var_when_type_is_apparent = true :suggestion
67+ csharp_space_after_cast = false
68+ csharp_indent_case_contents_when_block = false
0 commit comments