|
| 1 | + |
| 2 | +[*] |
| 3 | +charset = utf-8 |
| 4 | +end_of_line = lf |
| 5 | +trim_trailing_whitespace = false |
| 6 | +insert_final_newline = false |
| 7 | +indent_style = space |
| 8 | +indent_size = 4 |
| 9 | + |
| 10 | +# Microsoft .NET properties |
| 11 | +csharp_new_line_before_members_in_object_initializers = false |
| 12 | +csharp_preferred_modifier_order = public, private, protected, internal, new, static, abstract, virtual, sealed, readonly, override, extern, unsafe, volatile, async:suggestion |
| 13 | +csharp_style_var_elsewhere = true |
| 14 | +csharp_style_var_for_built_in_types = true |
| 15 | +csharp_style_var_when_type_is_apparent = true |
| 16 | +csharp_for_built_in_types=use_var |
| 17 | +csharp_for_simple_types=use_var |
| 18 | +csharp_for_other_types=use_var |
| 19 | +dotnet_naming_rule.constants_rule.import_to_resharper = as_predefined |
| 20 | +dotnet_naming_rule.constants_rule.resharper_style = AaBb, Default + AaBb |
| 21 | +dotnet_naming_rule.constants_rule.severity = warning |
| 22 | +dotnet_naming_rule.constants_rule.style = upper_camel_case_style |
| 23 | +dotnet_naming_rule.constants_rule.symbols = constants_symbols |
| 24 | +dotnet_naming_rule.unity_serialized_field_rule.import_to_resharper = True |
| 25 | +dotnet_naming_rule.unity_serialized_field_rule.resharper_description = Unity serialized field |
| 26 | +dotnet_naming_rule.unity_serialized_field_rule.resharper_guid = 5f0fdb63-c892-4d2c-9324-15c80b22a7ef |
| 27 | +dotnet_naming_rule.unity_serialized_field_rule.severity = warning |
| 28 | +dotnet_naming_rule.unity_serialized_field_rule.style = lower_camel_case_style |
| 29 | +dotnet_naming_rule.unity_serialized_field_rule.symbols = unity_serialized_field_symbols |
| 30 | +dotnet_naming_style.lower_camel_case_style.capitalization = camel_case |
| 31 | +dotnet_naming_style.upper_camel_case_style.capitalization = pascal_case |
| 32 | +dotnet_naming_symbols.constants_symbols.applicable_accessibilities = public,internal,protected,protected_internal,private_protected |
| 33 | +dotnet_naming_symbols.constants_symbols.applicable_kinds = field |
| 34 | +dotnet_naming_symbols.constants_symbols.required_modifiers = const |
| 35 | +dotnet_naming_symbols.unity_serialized_field_symbols.applicable_accessibilities = * |
| 36 | +dotnet_naming_symbols.unity_serialized_field_symbols.applicable_kinds = |
| 37 | +dotnet_naming_symbols.unity_serialized_field_symbols.resharper_applicable_kinds = unity_serialised_field |
| 38 | +dotnet_naming_symbols.unity_serialized_field_symbols.resharper_required_modifiers = instance |
| 39 | +dotnet_style_parentheses_in_arithmetic_binary_operators = never_if_unnecessary:none |
| 40 | +dotnet_style_parentheses_in_other_binary_operators = never_if_unnecessary:none |
| 41 | +dotnet_style_parentheses_in_relational_binary_operators = never_if_unnecessary:none |
| 42 | +dotnet_style_predefined_type_for_locals_parameters_members = true:suggestion |
| 43 | +dotnet_style_predefined_type_for_member_access = true:suggestion |
| 44 | +dotnet_style_qualification_for_event = false:suggestion |
| 45 | +dotnet_style_qualification_for_field = false:suggestion |
| 46 | +dotnet_style_qualification_for_method = false:suggestion |
| 47 | +dotnet_style_qualification_for_property = false:suggestion |
| 48 | +dotnet_style_require_accessibility_modifiers = for_non_interface_members:suggestion |
| 49 | + |
| 50 | +# ReSharper properties |
| 51 | +resharper_autodetect_indent_settings = true |
| 52 | +resharper_enforce_line_ending_style = true |
| 53 | +resharper_use_indent_from_vs = false |
| 54 | + |
| 55 | +# ReSharper inspection severities |
| 56 | +resharper_arrange_redundant_parentheses_highlighting = hint |
| 57 | +resharper_arrange_this_qualifier_highlighting = hint |
| 58 | +resharper_arrange_type_member_modifiers_highlighting = hint |
| 59 | +resharper_arrange_type_modifiers_highlighting = hint |
| 60 | +resharper_built_in_type_reference_style_for_member_access_highlighting = hint |
| 61 | +resharper_built_in_type_reference_style_highlighting = hint |
| 62 | +resharper_redundant_base_qualifier_highlighting = warning |
| 63 | +resharper_suggest_var_or_type_built_in_types_highlighting = hint |
| 64 | +resharper_suggest_var_or_type_elsewhere_highlighting = hint |
| 65 | +resharper_suggest_var_or_type_simple_types_highlighting = hint |
| 66 | +resharper_web_config_module_not_resolved_highlighting = warning |
| 67 | +resharper_web_config_type_not_resolved_highlighting = warning |
| 68 | +resharper_web_config_wrong_module_highlighting = warning |
| 69 | +csharp_use_roslyn_logic_for_evident_types=true |
| 70 | +csharp_prefer_explicit_discard_declaration=true |
| 71 | +csharp_max_line_length=120 |
| 72 | +csharp_braces_for_ifelse=required |
| 73 | + |
| 74 | +[*.{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}] |
| 75 | +indent_style = space |
| 76 | +indent_size = 4 |
| 77 | +tab_width = 4 |
0 commit comments