[*.cs] #### ������ʽ #### # �������� dotnet_naming_rule.interface_should_be_begins_with_i.severity = suggestion dotnet_naming_rule.interface_should_be_begins_with_i.symbols = interface dotnet_naming_rule.interface_should_be_begins_with_i.style = begins_with_i dotnet_naming_rule.types_should_be_pascal_case.severity = suggestion dotnet_naming_rule.types_should_be_pascal_case.symbols = types dotnet_naming_rule.types_should_be_pascal_case.style = pascal_case dotnet_naming_rule.non_field_members_should_be_pascal_case.severity = suggestion dotnet_naming_rule.non_field_members_should_be_pascal_case.symbols = non_field_members dotnet_naming_rule.non_field_members_should_be_pascal_case.style = pascal_case # ���Ź淶 dotnet_naming_symbols.interface.applicable_kinds = interface dotnet_naming_symbols.interface.applicable_accessibilities = public, internal, private, protected, protected_internal, private_protected dotnet_naming_symbols.interface.required_modifiers = dotnet_naming_symbols.types.applicable_kinds = class, struct, interface, enum dotnet_naming_symbols.types.applicable_accessibilities = public, internal, private, protected, protected_internal, private_protected dotnet_naming_symbols.types.required_modifiers = dotnet_naming_symbols.non_field_members.applicable_kinds = property, event, method dotnet_naming_symbols.non_field_members.applicable_accessibilities = public, internal, private, protected, protected_internal, private_protected dotnet_naming_symbols.non_field_members.required_modifiers = # ������ʽ dotnet_naming_style.begins_with_i.required_prefix = I dotnet_naming_style.begins_with_i.required_suffix = dotnet_naming_style.begins_with_i.word_separator = dotnet_naming_style.begins_with_i.capitalization = pascal_case dotnet_naming_style.pascal_case.required_prefix = dotnet_naming_style.pascal_case.required_suffix = dotnet_naming_style.pascal_case.word_separator = dotnet_naming_style.pascal_case.capitalization = pascal_case dotnet_naming_style.pascal_case.required_prefix = dotnet_naming_style.pascal_case.required_suffix = dotnet_naming_style.pascal_case.word_separator = dotnet_naming_style.pascal_case.capitalization = pascal_case csharp_using_directive_placement = outside_namespace:silent csharp_style_expression_bodied_methods = false:silent csharp_style_expression_bodied_constructors = false:silent csharp_style_expression_bodied_operators = false:silent csharp_style_expression_bodied_properties = true:silent csharp_style_expression_bodied_indexers = true:silent csharp_style_expression_bodied_accessors = true:silent csharp_style_expression_bodied_lambdas = true:silent csharp_style_expression_bodied_local_functions = false:silent csharp_style_conditional_delegate_call = true:suggestion csharp_style_var_for_built_in_types = false:silent csharp_style_var_when_type_is_apparent = false:silent csharp_style_var_elsewhere = false:silent csharp_prefer_simple_using_statement = true:suggestion csharp_prefer_braces = true:silent csharp_style_prefer_method_group_conversion = true:silent csharp_style_prefer_top_level_statements = true:silent csharp_style_prefer_primary_constructors = true:suggestion csharp_space_around_binary_operators = before_and_after csharp_indent_labels = one_less_than_current csharp_prefer_static_local_function = true:suggestion csharp_style_prefer_readonly_struct_member = true:suggestion csharp_style_prefer_readonly_struct = true:suggestion csharp_style_allow_embedded_statements_on_same_line_experimental = true:silent csharp_style_allow_blank_lines_between_consecutive_braces_experimental = true:silent csharp_style_allow_blank_line_after_colon_in_constructor_initializer_experimental = true:silent csharp_style_allow_blank_line_after_token_in_conditional_expression_experimental = true:silent csharp_style_allow_blank_line_after_token_in_arrow_expression_clause_experimental = true:silent csharp_style_prefer_switch_expression = true:suggestion csharp_style_prefer_pattern_matching = true:silent csharp_style_pattern_matching_over_is_with_cast_check = true:suggestion csharp_style_pattern_matching_over_as_with_null_check = true:suggestion csharp_style_prefer_not_pattern = true:suggestion csharp_style_prefer_extended_property_pattern = true:suggestion csharp_style_throw_expression = true:suggestion csharp_style_prefer_null_check_over_type_check = true:suggestion csharp_prefer_simple_default_expression = true:suggestion csharp_style_prefer_local_over_anonymous_function = true:suggestion csharp_style_prefer_index_operator = true:suggestion csharp_style_prefer_range_operator = true:suggestion csharp_style_implicit_object_creation_when_type_is_apparent = true:suggestion csharp_style_prefer_tuple_swap = true:suggestion csharp_style_prefer_utf8_string_literals = true:suggestion csharp_style_inlined_variable_declaration = true:suggestion csharp_style_deconstructed_variable_declaration = true:suggestion csharp_style_unused_value_assignment_preference = discard_variable:suggestion csharp_style_unused_value_expression_statement_preference = discard_variable:silent csharp_new_line_before_else = true # Microsoft .NET properties csharp_new_line_before_members_in_object_initializers = false csharp_preferred_modifier_order = public, private, protected, internal, file, new, static, abstract, virtual, sealed, readonly, override, extern, unsafe, volatile, async, required:suggestion dotnet_naming_rule.event_rule.import_to_resharper = as_predefined dotnet_naming_rule.event_rule.severity = suggestion dotnet_naming_rule.event_rule.style = pascal_case dotnet_naming_rule.event_rule.symbols = event_symbols dotnet_naming_rule.event_rule_1.import_to_resharper = True dotnet_naming_rule.event_rule_1.resharper_description = Event dotnet_naming_rule.event_rule_1.resharper_guid = ab93cc05-f2db-4816-aba9-d803f9d28c1c dotnet_naming_rule.event_rule_1.severity = suggestion dotnet_naming_rule.event_rule_1.style = pascal_case dotnet_naming_rule.event_rule_1.symbols = event_symbols_1 dotnet_naming_rule.interfaces_rule.import_to_resharper = as_predefined dotnet_naming_rule.interfaces_rule.severity = suggestion dotnet_naming_rule.interfaces_rule.style = begins_with_i dotnet_naming_rule.interfaces_rule.symbols = interfaces_symbols dotnet_naming_rule.interfaces_rule_1.import_to_resharper = True dotnet_naming_rule.interfaces_rule_1.resharper_description = Interfaces dotnet_naming_rule.interfaces_rule_1.resharper_guid = a8868d44-2b73-4503-b888-d27cd9ad4358 dotnet_naming_rule.interfaces_rule_1.severity = suggestion dotnet_naming_rule.interfaces_rule_1.style = begins_with_i dotnet_naming_rule.interfaces_rule_1.symbols = interfaces_symbols_1 dotnet_naming_rule.interface_should_be_begins_with_i.import_to_resharper = True dotnet_naming_rule.interface_should_be_begins_with_i.resharper_description = interface_should_be_begins_with_i dotnet_naming_rule.interface_should_be_begins_with_i.resharper_guid = 120b3fd5-3ade-46bd-afdd-b25393d7d100 dotnet_naming_rule.method_rule.import_to_resharper = as_predefined dotnet_naming_rule.method_rule.severity = suggestion dotnet_naming_rule.method_rule.style = pascal_case dotnet_naming_rule.method_rule.symbols = method_symbols dotnet_naming_rule.method_rule_1.import_to_resharper = True dotnet_naming_rule.method_rule_1.resharper_description = Method dotnet_naming_rule.method_rule_1.resharper_guid = a1457e47-dbfe-4a13-b3d7-02afc3825e57 dotnet_naming_rule.method_rule_1.severity = suggestion dotnet_naming_rule.method_rule_1.style = pascal_case dotnet_naming_rule.method_rule_1.symbols = method_symbols_1 dotnet_naming_rule.non_field_members_should_be_pascal_case.import_to_resharper = True dotnet_naming_rule.non_field_members_should_be_pascal_case.resharper_description = non_field_members_should_be_pascal_case dotnet_naming_rule.non_field_members_should_be_pascal_case.resharper_guid = 9941db12-3a53-4709-b7e5-d5a453f2522a dotnet_naming_rule.private_constants_rule.import_to_resharper = as_predefined dotnet_naming_rule.private_constants_rule.severity = suggestion dotnet_naming_rule.private_constants_rule.style = vb_upper_camel_case_style dotnet_naming_rule.private_constants_rule.symbols = private_constants_symbols dotnet_naming_rule.private_instance_fields_rule.import_to_resharper = as_predefined dotnet_naming_rule.private_instance_fields_rule.severity = suggestion dotnet_naming_rule.private_instance_fields_rule.style = lower_camel_case_style dotnet_naming_rule.private_instance_fields_rule.symbols = private_instance_fields_symbols dotnet_naming_rule.private_static_fields_override_rule.import_to_resharper = False dotnet_naming_rule.private_static_fields_override_rule.severity = suggestion dotnet_naming_rule.private_static_fields_override_rule.style = vb_upper_camel_case_style dotnet_naming_rule.private_static_fields_override_rule.symbols = private_static_fields_override_symbols dotnet_naming_rule.private_static_fields_rule.import_to_resharper = as_predefined dotnet_naming_rule.private_static_fields_rule.severity = suggestion dotnet_naming_rule.private_static_fields_rule.style = lower_camel_case_style_1 dotnet_naming_rule.private_static_fields_rule.symbols = private_static_fields_symbols dotnet_naming_rule.private_static_fields_rule_1.import_to_resharper = True dotnet_naming_rule.private_static_fields_rule_1.resharper_description = PrivateStaticFields dotnet_naming_rule.private_static_fields_rule_1.resharper_guid = ca712285-4b20-4aea-bf5b-057d87988b0a dotnet_naming_rule.private_static_fields_rule_1.severity = suggestion dotnet_naming_rule.private_static_fields_rule_1.style = lower_camel_case_style_1 dotnet_naming_rule.private_static_fields_rule_1.symbols = private_static_fields_symbols_1 dotnet_naming_rule.private_static_readonly_rule.import_to_resharper = as_predefined dotnet_naming_rule.private_static_readonly_rule.severity = suggestion dotnet_naming_rule.private_static_readonly_rule.style = pascal_case dotnet_naming_rule.private_static_readonly_rule.symbols = private_static_readonly_symbols dotnet_naming_rule.property_rule.import_to_resharper = as_predefined dotnet_naming_rule.property_rule.severity = suggestion dotnet_naming_rule.property_rule.style = pascal_case dotnet_naming_rule.property_rule.symbols = property_symbols dotnet_naming_rule.property_rule_1.import_to_resharper = True dotnet_naming_rule.property_rule_1.resharper_description = Property dotnet_naming_rule.property_rule_1.resharper_guid = 4cbc3acc-4f01-4526-b1b7-6a3bb7858ac6 dotnet_naming_rule.property_rule_1.severity = suggestion dotnet_naming_rule.property_rule_1.style = pascal_case dotnet_naming_rule.property_rule_1.symbols = property_symbols_1 dotnet_naming_rule.types_and_namespaces_rule.import_to_resharper = as_predefined dotnet_naming_rule.types_and_namespaces_rule.severity = suggestion dotnet_naming_rule.types_and_namespaces_rule.style = pascal_case dotnet_naming_rule.types_and_namespaces_rule.symbols = types_and_namespaces_symbols dotnet_naming_rule.types_and_namespaces_rule_1.import_to_resharper = True dotnet_naming_rule.types_and_namespaces_rule_1.resharper_description = TypesAndNamespaces dotnet_naming_rule.types_and_namespaces_rule_1.resharper_guid = 12bd8bee-24f5-407d-8cda-6714379bb679 dotnet_naming_rule.types_and_namespaces_rule_1.severity = suggestion dotnet_naming_rule.types_and_namespaces_rule_1.style = pascal_case dotnet_naming_rule.types_and_namespaces_rule_1.symbols = types_and_namespaces_symbols_1 dotnet_naming_rule.types_should_be_pascal_case.import_to_resharper = True dotnet_naming_rule.types_should_be_pascal_case.resharper_description = types_should_be_pascal_case dotnet_naming_rule.types_should_be_pascal_case.resharper_guid = f1e96346-1cf5-460e-8778-06260d0bda46 dotnet_naming_style.lower_camel_case_style.capitalization = camel_case dotnet_naming_style.lower_camel_case_style_1.capitalization = camel_case dotnet_naming_style.lower_camel_case_style_1.required_prefix = _ dotnet_naming_style.vb_upper_camel_case_style.capitalization = pascal_case dotnet_naming_style.vb_upper_camel_case_style.required_prefix = Vb dotnet_naming_symbols.event_symbols.applicable_accessibilities = * dotnet_naming_symbols.event_symbols.applicable_kinds = event dotnet_naming_symbols.event_symbols_1.applicable_accessibilities = * dotnet_naming_symbols.event_symbols_1.applicable_kinds = event dotnet_naming_symbols.event_symbols_1.resharper_applicable_kinds = event dotnet_naming_symbols.event_symbols_1.resharper_required_modifiers = any dotnet_naming_symbols.interfaces_symbols.applicable_accessibilities = * dotnet_naming_symbols.interfaces_symbols.applicable_kinds = interface dotnet_naming_symbols.interfaces_symbols_1.applicable_accessibilities = * dotnet_naming_symbols.interfaces_symbols_1.applicable_kinds = interface dotnet_naming_symbols.interfaces_symbols_1.resharper_applicable_kinds = interface dotnet_naming_symbols.interfaces_symbols_1.resharper_required_modifiers = any dotnet_naming_symbols.method_symbols.applicable_accessibilities = * dotnet_naming_symbols.method_symbols.applicable_kinds = method dotnet_naming_symbols.method_symbols_1.applicable_accessibilities = * dotnet_naming_symbols.method_symbols_1.applicable_kinds = method dotnet_naming_symbols.method_symbols_1.resharper_applicable_kinds = method dotnet_naming_symbols.method_symbols_1.resharper_required_modifiers = any dotnet_naming_symbols.private_constants_symbols.applicable_accessibilities = private dotnet_naming_symbols.private_constants_symbols.applicable_kinds = field dotnet_naming_symbols.private_constants_symbols.required_modifiers = const dotnet_naming_symbols.private_instance_fields_symbols.applicable_accessibilities = private dotnet_naming_symbols.private_instance_fields_symbols.applicable_kinds = field dotnet_naming_symbols.private_static_fields_override_symbols.applicable_accessibilities = local,private dotnet_naming_symbols.private_static_fields_override_symbols.applicable_kinds = field dotnet_naming_symbols.private_static_fields_override_symbols.required_modifiers = const,static dotnet_naming_symbols.private_static_fields_symbols.applicable_accessibilities = private dotnet_naming_symbols.private_static_fields_symbols.applicable_kinds = field dotnet_naming_symbols.private_static_fields_symbols.required_modifiers = static dotnet_naming_symbols.private_static_fields_symbols_1.applicable_accessibilities = local,private dotnet_naming_symbols.private_static_fields_symbols_1.applicable_kinds = field dotnet_naming_symbols.private_static_fields_symbols_1.required_modifiers = static dotnet_naming_symbols.private_static_fields_symbols_1.resharper_applicable_kinds = field dotnet_naming_symbols.private_static_fields_symbols_1.resharper_required_modifiers = static dotnet_naming_symbols.private_static_readonly_symbols.applicable_accessibilities = private dotnet_naming_symbols.private_static_readonly_symbols.applicable_kinds = field dotnet_naming_symbols.private_static_readonly_symbols.required_modifiers = static,readonly dotnet_naming_symbols.property_symbols.applicable_accessibilities = * dotnet_naming_symbols.property_symbols.applicable_kinds = property dotnet_naming_symbols.property_symbols_1.applicable_accessibilities = * dotnet_naming_symbols.property_symbols_1.applicable_kinds = property dotnet_naming_symbols.property_symbols_1.resharper_applicable_kinds = property dotnet_naming_symbols.property_symbols_1.resharper_required_modifiers = any dotnet_naming_symbols.types_and_namespaces_symbols.applicable_accessibilities = * dotnet_naming_symbols.types_and_namespaces_symbols.applicable_kinds = namespace,class,struct,enum,delegate dotnet_naming_symbols.types_and_namespaces_symbols_1.applicable_accessibilities = * dotnet_naming_symbols.types_and_namespaces_symbols_1.applicable_kinds = namespace,class,struct,enum,delegate dotnet_naming_symbols.types_and_namespaces_symbols_1.resharper_applicable_kinds = namespace,class,struct,enum,delegate dotnet_naming_symbols.types_and_namespaces_symbols_1.resharper_required_modifiers = any dotnet_style_parentheses_in_arithmetic_binary_operators = always_for_clarity:none dotnet_style_parentheses_in_other_binary_operators = always_for_clarity:none dotnet_style_parentheses_in_relational_binary_operators = always_for_clarity:none # ReSharper properties resharper_braces_for_for = not_required resharper_braces_for_foreach = not_required resharper_braces_for_ifelse = not_required_for_both resharper_braces_for_while = not_required resharper_braces_redundant = true resharper_csharp_max_line_length = 150 resharper_csharp_naming_rule.event = AaBb resharper_csharp_naming_rule.interfaces = I + AaBb resharper_csharp_naming_rule.method = AaBb resharper_csharp_naming_rule.private_constants = Vb + AaBb resharper_csharp_naming_rule.private_static_fields = _ + aaBb resharper_csharp_naming_rule.private_static_readonly = AaBb resharper_csharp_naming_rule.property = AaBb resharper_csharp_naming_rule.types_and_namespaces = AaBb resharper_enforce_line_ending_style = true resharper_use_heuristics_for_body_style = true resharper_use_indent_from_vs = false # ReSharper inspection severities resharper_arrange_accessor_owner_body_highlighting = suggestion resharper_arrange_redundant_parentheses_highlighting = none resharper_arrange_this_qualifier_highlighting = none resharper_arrange_type_member_modifiers_highlighting = none resharper_arrange_type_modifiers_highlighting = none resharper_built_in_type_reference_style_for_member_access_highlighting = none resharper_built_in_type_reference_style_highlighting = none resharper_inconsistent_naming_highlighting = suggestion resharper_redundant_base_qualifier_highlighting = none resharper_suggest_var_or_type_built_in_types_highlighting = hint resharper_suggest_var_or_type_elsewhere_highlighting = hint resharper_suggest_var_or_type_simple_types_highlighting = hint # Standard properties end_of_line = crlf csharp_style_namespace_declarations = block_scoped:silent csharp_prefer_system_threading_lock = true:suggestion [*.vb] #### ������ʽ #### # �������� dotnet_naming_rule.interface_should_be_��_i_��ʼ.severity = suggestion dotnet_naming_rule.interface_should_be_��_i_��ʼ.symbols = interface dotnet_naming_rule.interface_should_be_��_i_��ʼ.style = ��_i_��ʼ dotnet_naming_rule.����_should_be_��˹��ƴд��.severity = suggestion dotnet_naming_rule.����_should_be_��˹��ƴд��.symbols = ���� dotnet_naming_rule.����_should_be_��˹��ƴд��.style = ��˹��ƴд�� dotnet_naming_rule.���ֶγ�Ա_should_be_��˹��ƴд��.severity = suggestion dotnet_naming_rule.���ֶγ�Ա_should_be_��˹��ƴд��.symbols = ���ֶγ�Ա dotnet_naming_rule.���ֶγ�Ա_should_be_��˹��ƴд��.style = ��˹��ƴд�� # ���Ź淶 dotnet_naming_symbols.interface.applicable_kinds = interface dotnet_naming_symbols.interface.applicable_accessibilities = public, friend, private, protected, protected_friend, private_protected dotnet_naming_symbols.interface.required_modifiers = dotnet_naming_symbols.����.applicable_kinds = class, struct, interface, enum dotnet_naming_symbols.����.applicable_accessibilities = public, friend, private, protected, protected_friend, private_protected dotnet_naming_symbols.����.required_modifiers = dotnet_naming_symbols.���ֶγ�Ա.applicable_kinds = property, event, method dotnet_naming_symbols.���ֶγ�Ա.applicable_accessibilities = public, friend, private, protected, protected_friend, private_protected dotnet_naming_symbols.���ֶγ�Ա.required_modifiers = # ������ʽ dotnet_naming_style.��_i_��ʼ.required_prefix = I dotnet_naming_style.��_i_��ʼ.required_suffix = dotnet_naming_style.��_i_��ʼ.word_separator = dotnet_naming_style.��_i_��ʼ.capitalization = pascal_case dotnet_naming_style.��˹��ƴд��.required_prefix = dotnet_naming_style.��˹��ƴд��.required_suffix = dotnet_naming_style.��˹��ƴд��.word_separator = dotnet_naming_style.��˹��ƴд��.capitalization = pascal_case dotnet_naming_style.��˹��ƴд��.required_prefix = dotnet_naming_style.��˹��ƴд��.required_suffix = dotnet_naming_style.��˹��ƴд��.word_separator = dotnet_naming_style.��˹��ƴд��.capitalization = pascal_case [*.{cs,vb}] end_of_line = crlf dotnet_style_qualification_for_field = false:silent dotnet_style_qualification_for_property = false:silent dotnet_style_qualification_for_method = false:silent dotnet_style_qualification_for_event = false:silent dotnet_style_require_accessibility_modifiers = for_non_interface_members:silent tab_width = 4 indent_size = 4 dotnet_style_operator_placement_when_wrapping = beginning_of_line dotnet_code_quality_unused_parameters = all:suggestion dotnet_style_readonly_field = true:suggestion dotnet_style_parentheses_in_arithmetic_binary_operators = always_for_clarity:silent dotnet_style_parentheses_in_other_binary_operators = always_for_clarity:silent dotnet_style_parentheses_in_relational_binary_operators = always_for_clarity:silent dotnet_style_parentheses_in_other_operators = never_if_unnecessary:silent dotnet_style_allow_multiple_blank_lines_experimental = true:silent dotnet_style_allow_statement_immediately_after_block_experimental = true:silent dotnet_style_coalesce_expression = true:suggestion dotnet_style_null_propagation = true:suggestion dotnet_style_prefer_is_null_check_over_reference_equality_method = true:suggestion dotnet_style_prefer_auto_properties = true:silent dotnet_style_object_initializer = true:suggestion dotnet_style_collection_initializer = true:suggestion dotnet_style_prefer_simplified_boolean_expressions = true:suggestion dotnet_style_prefer_conditional_expression_over_assignment = true:silent dotnet_style_prefer_conditional_expression_over_return = true:silent dotnet_style_explicit_tuple_names = true:suggestion dotnet_style_prefer_inferred_tuple_names = true:suggestion dotnet_style_prefer_inferred_anonymous_type_member_names = true:suggestion dotnet_style_prefer_compound_assignment = true:suggestion dotnet_style_prefer_simplified_interpolation = true:suggestion dotnet_style_namespace_match_folder = false:suggestion dotnet_style_predefined_type_for_locals_parameters_members = true:silent dotnet_style_predefined_type_for_member_access = true:silent [*.{appxmanifest,axml,build,c,c++,cc,cginc,compute,config,cp,cpp,cppm,csproj,cu,cuh,cxx,dbml,discomap,dtd,fx,fxh,h,hh,hlsl,hlsli,hlslinc,hpp,hxx,inc,inl,ino,ipp,ixx,jsproj,lsproj,mpp,mq4,mq5,mqh,njsproj,nuspec,proj,props,resw,resx,StyleCop,targets,tasks,tpp,usf,ush,vbproj,xml,xsd}] indent_style = tab indent_size = tab tab_width = 4 [*.{axaml,cs,paml,vb,xaml,xamlx,xoml}] indent_style = space indent_size = 4 tab_width = 4 [*.{appxmanifest,axaml,axml,build,c,c++,cc,cginc,compute,config,cp,cpp,cppm,cs,csproj,cu,cuh,cxx,dbml,discomap,dtd,fx,fxh,h,hh,hlsl,hlsli,hlslinc,hpp,hxx,inc,inl,ino,ipp,ixx,jsproj,lsproj,mpp,mq4,mq5,mqh,njsproj,nuspec,paml,proj,props,resw,resx,StyleCop,targets,tasks,tpp,usf,ush,vb,vbproj,xaml,xamlx,xml,xoml,xsd}] indent_style = space indent_size = 4 tab_width = 4