|
| 1 | + |
| 2 | + |
| 3 | +[*] |
| 4 | +charset = utf-8 |
| 5 | +end_of_line = lf |
| 6 | +trim_trailing_whitespace = false |
| 7 | +insert_final_newline = false |
| 8 | +indent_style = space |
| 9 | +indent_size = 4 |
| 10 | + |
| 11 | +# Microsoft .NET properties |
| 12 | +csharp_new_line_before_members_in_object_initializers = false |
| 13 | +csharp_preferred_modifier_order = public, private, protected, internal, new, static, abstract, virtual, sealed, readonly, override, extern, unsafe, volatile, async:none |
| 14 | +dotnet_naming_rule.constants_rule.import_to_resharper = as_predefined |
| 15 | +dotnet_naming_rule.constants_rule.severity = none |
| 16 | +dotnet_naming_rule.constants_rule.style = upper_camel_case_style |
| 17 | +dotnet_naming_rule.constants_rule.symbols = constants_symbols |
| 18 | +dotnet_naming_rule.public_fields_rule.import_to_resharper = as_predefined |
| 19 | +dotnet_naming_rule.public_fields_rule.severity = none |
| 20 | +dotnet_naming_rule.public_fields_rule.style = lower_camel_case_style |
| 21 | +dotnet_naming_rule.public_fields_rule.symbols = public_fields_symbols |
| 22 | +dotnet_naming_rule.static_readonly_rule.import_to_resharper = as_predefined |
| 23 | +dotnet_naming_rule.static_readonly_rule.severity = none |
| 24 | +dotnet_naming_rule.static_readonly_rule.style = upper_camel_case_style |
| 25 | +dotnet_naming_rule.static_readonly_rule.symbols = static_readonly_symbols |
| 26 | +dotnet_naming_rule.unity_serialized_field_rule.import_to_resharper = True |
| 27 | +dotnet_naming_rule.unity_serialized_field_rule.resharper_description = Unity serialized field |
| 28 | +dotnet_naming_rule.unity_serialized_field_rule.resharper_guid = 5f0fdb63-c892-4d2c-9324-15c80b22a7ef |
| 29 | +dotnet_naming_rule.unity_serialized_field_rule.severity = none |
| 30 | +dotnet_naming_rule.unity_serialized_field_rule.style = lower_camel_case_style |
| 31 | +dotnet_naming_rule.unity_serialized_field_rule.symbols = unity_serialized_field_symbols |
| 32 | +dotnet_naming_style.lower_camel_case_style.capitalization = camel_case |
| 33 | +dotnet_naming_style.upper_camel_case_style.capitalization = pascal_case |
| 34 | +dotnet_naming_symbols.constants_symbols.applicable_accessibilities = public,internal,protected,protected_internal,private_protected |
| 35 | +dotnet_naming_symbols.constants_symbols.applicable_kinds = field |
| 36 | +dotnet_naming_symbols.constants_symbols.required_modifiers = const |
| 37 | +dotnet_naming_symbols.public_fields_symbols.applicable_accessibilities = public,internal,protected,protected_internal,private_protected |
| 38 | +dotnet_naming_symbols.public_fields_symbols.applicable_kinds = field |
| 39 | +dotnet_naming_symbols.static_readonly_symbols.applicable_accessibilities = public,internal,protected,protected_internal,private_protected |
| 40 | +dotnet_naming_symbols.static_readonly_symbols.applicable_kinds = field |
| 41 | +dotnet_naming_symbols.static_readonly_symbols.required_modifiers = static,readonly |
| 42 | +dotnet_naming_symbols.unity_serialized_field_symbols.applicable_accessibilities = * |
| 43 | +dotnet_naming_symbols.unity_serialized_field_symbols.applicable_kinds = |
| 44 | +dotnet_naming_symbols.unity_serialized_field_symbols.resharper_applicable_kinds = unity_serialised_field |
| 45 | +dotnet_naming_symbols.unity_serialized_field_symbols.resharper_required_modifiers = instance |
| 46 | +dotnet_style_parentheses_in_arithmetic_binary_operators = never_if_unnecessary:none |
| 47 | +dotnet_style_parentheses_in_other_binary_operators = never_if_unnecessary:none |
| 48 | +dotnet_style_parentheses_in_relational_binary_operators = never_if_unnecessary:none |
| 49 | +dotnet_style_predefined_type_for_locals_parameters_members = true:suggestion |
| 50 | +dotnet_style_predefined_type_for_member_access = true:suggestion |
| 51 | +dotnet_style_qualification_for_event = false:suggestion |
| 52 | +dotnet_style_qualification_for_field = false:suggestion |
| 53 | +dotnet_style_qualification_for_method = false:suggestion |
| 54 | +dotnet_style_qualification_for_property = false:suggestion |
| 55 | +dotnet_style_require_accessibility_modifiers = for_non_interface_members:suggestion |
| 56 | + |
| 57 | +# ReSharper properties |
| 58 | +resharper_align_multiline_binary_expressions_chain = false |
| 59 | +resharper_autodetect_indent_settings = true |
| 60 | +resharper_blank_lines_after_block_statements = 0 |
| 61 | +resharper_blank_lines_around_property = 0 |
| 62 | +resharper_blank_lines_around_single_line_type = 0 |
| 63 | +resharper_csharp_blank_lines_around_invocable = 0 |
| 64 | +resharper_csharp_empty_block_style = together_same_line |
| 65 | +resharper_csharp_insert_final_newline = true |
| 66 | +resharper_csharp_max_line_length = 201 |
| 67 | +resharper_csharp_space_around_shift_op = false |
| 68 | +resharper_indent_preprocessor_directives = normal |
| 69 | +resharper_keep_existing_declaration_block_arrangement = true |
| 70 | +resharper_place_expr_accessor_on_single_line = true |
| 71 | +resharper_place_expr_property_on_single_line = true |
| 72 | +resharper_place_simple_accessor_on_single_line = false |
| 73 | +resharper_place_simple_anonymousmethod_on_single_line = false |
| 74 | +resharper_place_simple_embedded_statement_on_same_line = false |
| 75 | +resharper_remove_blank_lines_near_braces_in_code = false |
| 76 | +resharper_remove_blank_lines_near_braces_in_declarations = false |
| 77 | +resharper_use_indent_from_vs = false |
| 78 | +resharper_wrap_before_arrow_with_expressions = true |
| 79 | + |
| 80 | +[*.{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}] |
| 81 | +indent_style = space |
| 82 | +indent_size = 4 |
| 83 | +tab_width = 4 |
0 commit comments