Skip to content
This repository has been archived by the owner on Jun 16, 2023. It is now read-only.

Commit

Permalink
initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
cgytrus committed Sep 15, 2022
0 parents commit febccba
Show file tree
Hide file tree
Showing 21 changed files with 1,624 additions and 0 deletions.
254 changes: 254 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,254 @@
root=true

[*]
charset=utf-8
end_of_line=crlf
trim_trailing_whitespace=true
insert_final_newline=true
indent_style=space
indent_size=4
tab_width=4

# Microsoft .NET properties
csharp_new_line_before_members_in_object_initializers=false
csharp_new_line_before_open_brace=none
csharp_new_line_between_query_expression_clauses=false
csharp_preferred_modifier_order=public, protected, internal, private, new, abstract, virtual, override, sealed, static, readonly, extern, unsafe, volatile, async:warning
csharp_space_after_cast=false
csharp_space_after_keywords_in_control_flow_statements=false
csharp_style_namespace_declarations=file_scoped:warning
csharp_style_var_elsewhere=false:warning
csharp_style_var_for_built_in_types=false:warning
csharp_style_var_when_type_is_apparent=false:warning
dotnet_naming_rule.constants_rule.import_to_resharper=as_predefined
dotnet_naming_rule.constants_rule.severity=warning
dotnet_naming_rule.constants_rule.style=upper_camel_case_style
dotnet_naming_rule.constants_rule.symbols=constants_symbols
dotnet_naming_rule.event_rule.import_to_resharper=as_predefined
dotnet_naming_rule.event_rule.severity=warning
dotnet_naming_rule.event_rule.style=lower_camel_case_style
dotnet_naming_rule.event_rule.symbols=event_symbols
dotnet_naming_rule.private_constants_rule.import_to_resharper=as_predefined
dotnet_naming_rule.private_constants_rule.severity=warning
dotnet_naming_rule.private_constants_rule.style=upper_camel_case_style
dotnet_naming_rule.private_constants_rule.symbols=private_constants_symbols
dotnet_naming_rule.private_static_readonly_rule.import_to_resharper=as_predefined
dotnet_naming_rule.private_static_readonly_rule.severity=warning
dotnet_naming_rule.private_static_readonly_rule.style=lower_camel_case_style
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=warning
dotnet_naming_rule.property_rule.style=lower_camel_case_style
dotnet_naming_rule.property_rule.symbols=property_symbols
dotnet_naming_rule.public_fields_rule.import_to_resharper=as_predefined
dotnet_naming_rule.public_fields_rule.severity=warning
dotnet_naming_rule.public_fields_rule.style=lower_camel_case_style
dotnet_naming_rule.public_fields_rule.symbols=public_fields_symbols
dotnet_naming_rule.static_readonly_rule.import_to_resharper=as_predefined
dotnet_naming_rule.static_readonly_rule.severity=warning
dotnet_naming_rule.static_readonly_rule.style=lower_camel_case_style
dotnet_naming_rule.static_readonly_rule.symbols=static_readonly_symbols
dotnet_naming_rule.unity_serialized_field_rule.import_to_resharper=True
dotnet_naming_rule.unity_serialized_field_rule.resharper_description=Unity serialized field
dotnet_naming_rule.unity_serialized_field_rule.resharper_guid=5f0fdb63-c892-4d2c-9324-15c80b22a7ef
dotnet_naming_rule.unity_serialized_field_rule.severity=warning
dotnet_naming_rule.unity_serialized_field_rule.style=lower_camel_case_style
dotnet_naming_rule.unity_serialized_field_rule.symbols=unity_serialized_field_symbols
dotnet_naming_style.lower_camel_case_style.capitalization=camel_case
dotnet_naming_style.upper_camel_case_style.capitalization=pascal_case
dotnet_naming_symbols.constants_symbols.applicable_accessibilities=public,internal,protected,protected_internal,private_protected
dotnet_naming_symbols.constants_symbols.applicable_kinds=field
dotnet_naming_symbols.constants_symbols.required_modifiers=const
dotnet_naming_symbols.event_symbols.applicable_accessibilities=*
dotnet_naming_symbols.event_symbols.applicable_kinds=event
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_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.public_fields_symbols.applicable_accessibilities=public,internal,protected,protected_internal,private_protected
dotnet_naming_symbols.public_fields_symbols.applicable_kinds=field
dotnet_naming_symbols.static_readonly_symbols.applicable_accessibilities=public,internal,protected,protected_internal,private_protected
dotnet_naming_symbols.static_readonly_symbols.applicable_kinds=field
dotnet_naming_symbols.static_readonly_symbols.required_modifiers=static,readonly
dotnet_naming_symbols.unity_serialized_field_symbols.applicable_accessibilities=*
dotnet_naming_symbols.unity_serialized_field_symbols.applicable_kinds=
dotnet_naming_symbols.unity_serialized_field_symbols.resharper_applicable_kinds=unity_serialised_field
dotnet_naming_symbols.unity_serialized_field_symbols.resharper_required_modifiers=instance
dotnet_separate_import_directive_groups=true
dotnet_style_parentheses_in_arithmetic_binary_operators=never_if_unnecessary:none
dotnet_style_parentheses_in_other_binary_operators=never_if_unnecessary:none
dotnet_style_parentheses_in_relational_binary_operators=never_if_unnecessary:none
dotnet_style_predefined_type_for_locals_parameters_members=true:suggestion
dotnet_style_predefined_type_for_member_access=true:suggestion
dotnet_style_qualification_for_event=false:suggestion
dotnet_style_qualification_for_field=false:suggestion
dotnet_style_qualification_for_method=false:suggestion
dotnet_style_qualification_for_property=false:suggestion
dotnet_style_require_accessibility_modifiers=for_non_interface_members:warning

# ReSharper properties
resharper_align_multiline_binary_expressions_chain=false
resharper_align_multiline_statement_conditions=false
resharper_allow_comment_after_lbrace=true
resharper_apply_auto_detected_rules=false
resharper_autodetect_indent_settings=true
resharper_blank_lines_after_block_statements=0
resharper_blank_lines_around_single_line_type=0
resharper_blank_lines_between_using_groups=1
resharper_braces_for_ifelse=not_required
resharper_constructor_or_destructor_body=expression_body
resharper_cpp_insert_final_newline=false
resharper_csharp_empty_block_style=together
resharper_csharp_insert_final_newline=true
resharper_csharp_naming_rule.constants=AaBb
resharper_csharp_naming_rule.static_readonly=aaBb
resharper_csharp_new_line_before_while=false
resharper_csharp_wrap_before_ternary_opsigns=false
resharper_csharp_wrap_multiple_declaration_style=wrap_if_long
resharper_csharp_wrap_multiple_type_parameter_constraints_style=wrap_if_long
resharper_csharp_wrap_ternary_expr_style=wrap_if_long
resharper_default_private_modifier=explicit
resharper_default_value_when_type_not_evident=default_expression
resharper_html_insert_final_newline=false
resharper_indent_preprocessor_region=outdent
resharper_keep_existing_attribute_arrangement=true
resharper_keep_existing_declaration_parens_arrangement=false
resharper_keep_existing_enum_arrangement=true
resharper_keep_existing_expr_member_arrangement=false
resharper_keep_existing_invocation_parens_arrangement=false
resharper_keep_existing_property_patterns_arrangement=false
resharper_keep_existing_switch_expression_arrangement=false
resharper_local_function_body=expression_body
resharper_method_or_operator_body=expression_body
resharper_nested_ternary_style=compact
resharper_new_line_before_while=true
resharper_outdent_statement_labels=true
resharper_place_accessorholder_attribute_on_same_line=if_owner_is_single_line
resharper_place_accessor_attribute_on_same_line=if_owner_is_single_line
resharper_place_attribute_on_same_line=false
resharper_place_expr_accessor_on_single_line=true
resharper_place_expr_method_on_single_line=true
resharper_place_expr_property_on_single_line=true
resharper_place_field_attribute_on_same_line=if_owner_is_single_line
resharper_place_linq_into_on_new_line=false
resharper_place_simple_embedded_block_on_same_line=true
resharper_place_simple_embedded_statement_on_same_line=false
resharper_place_simple_enum_on_single_line=true
resharper_place_simple_method_on_single_line=true
resharper_place_simple_switch_expression_on_single_line=true
resharper_resx_insert_final_newline=false
resharper_shaderlab_insert_final_newline=false
resharper_show_autodetect_configure_formatting_tip=false
resharper_space_after_cast=false
resharper_space_within_single_line_array_initializer_braces=true
resharper_use_continuous_indent_inside_parens=false
resharper_use_indent_from_vs=false
resharper_vb_insert_final_newline=false
resharper_wrap_enum_declaration=wrap_if_long
resharper_wrap_for_stmt_header_style=wrap_if_long
resharper_xmldoc_insert_final_newline=false
resharper_xml_insert_final_newline=false

# ReSharper inspection severities
resharper_annotate_can_be_null_parameter_highlighting=warning
resharper_annotate_can_be_null_type_member_highlighting=warning
resharper_annotate_not_null_parameter_highlighting=warning
resharper_annotate_not_null_type_member_highlighting=warning
resharper_arguments_style_anonymous_function_highlighting=suggestion
resharper_arguments_style_literal_highlighting=suggestion
resharper_arguments_style_named_expression_highlighting=suggestion
resharper_arguments_style_other_highlighting=suggestion
resharper_arguments_style_string_literal_highlighting=suggestion
resharper_arrange_accessor_owner_body_highlighting=warning
resharper_arrange_constructor_or_destructor_body_highlighting=warning
resharper_arrange_default_value_when_type_evident_highlighting=warning
resharper_arrange_default_value_when_type_not_evident_highlighting=warning
resharper_arrange_local_function_body_highlighting=warning
resharper_arrange_method_or_operator_body_highlighting=warning
resharper_arrange_object_creation_when_type_evident_highlighting=warning
resharper_arrange_object_creation_when_type_not_evident_highlighting=warning
resharper_arrange_redundant_parentheses_highlighting=suggestion
resharper_arrange_static_member_qualifier_highlighting=warning
resharper_arrange_this_qualifier_highlighting=hint
resharper_arrange_trailing_comma_in_multiline_lists_highlighting=warning
resharper_arrange_trailing_comma_in_singleline_lists_highlighting=warning
resharper_auto_property_can_be_made_get_only_global_highlighting=warning
resharper_auto_property_can_be_made_get_only_local_highlighting=warning
resharper_built_in_type_reference_style_for_member_access_highlighting=hint
resharper_built_in_type_reference_style_highlighting=hint
resharper_check_for_reference_equality_instead_1_highlighting=warning
resharper_check_for_reference_equality_instead_2_highlighting=warning
resharper_check_for_reference_equality_instead_3_highlighting=warning
resharper_check_for_reference_equality_instead_4_highlighting=warning
resharper_class_can_be_sealed_global_highlighting=none
resharper_class_can_be_sealed_local_highlighting=none
resharper_compare_non_constrained_generic_with_null_highlighting=warning
resharper_compare_of_floats_by_equality_operator_highlighting=none
resharper_convert_if_do_to_while_highlighting=warning
resharper_convert_if_statement_to_conditional_ternary_expression_highlighting=warning
resharper_convert_if_statement_to_switch_statement_highlighting=suggestion
resharper_convert_if_to_or_expression_highlighting=warning
resharper_convert_to_constant_global_highlighting=warning
resharper_convert_to_constant_local_highlighting=warning
resharper_empty_constructor_highlighting=suggestion
resharper_field_can_be_made_read_only_global_highlighting=warning
resharper_field_can_be_made_read_only_local_highlighting=warning
resharper_heap_view_boxing_allocation_highlighting=hint
resharper_heap_view_object_allocation_evident_highlighting=hint
resharper_heap_view_object_allocation_highlighting=hint
resharper_invert_if_highlighting=suggestion
resharper_local_function_can_be_made_static_highlighting=warning
resharper_local_variable_hides_member_highlighting=none
resharper_member_can_be_internal_highlighting=none
resharper_member_can_be_made_static_global_highlighting=warning
resharper_member_can_be_private_global_highlighting=warning
resharper_merge_into_logical_pattern_highlighting=warning
resharper_non_readonly_member_in_get_hash_code_highlighting=suggestion
resharper_not_accessed_field_global_highlighting=warning
resharper_parameter_hides_member_highlighting=none
resharper_parameter_type_can_be_enumerable_global_highlighting=warning
resharper_parameter_type_can_be_enumerable_local_highlighting=suggestion
resharper_possible_multiple_enumeration_highlighting=none
resharper_possible_null_reference_exception_highlighting=suggestion
resharper_possible_unintended_reference_comparison_highlighting=suggestion
resharper_redundant_base_qualifier_highlighting=warning
resharper_redundant_default_member_initializer_highlighting=suggestion
resharper_redundant_empty_object_creation_argument_list_highlighting=suggestion
resharper_redundant_explicit_array_creation_highlighting=none
resharper_redundant_name_qualifier_highlighting=none
resharper_redundant_readonly_modifier_highlighting=warning
resharper_redundant_using_directive_highlighting=suggestion
resharper_remove_redundant_braces_highlighting=warning
resharper_static_member_in_generic_type_highlighting=suggestion
resharper_string_ends_with_is_culture_specific_highlighting=warning
resharper_string_starts_with_is_culture_specific_highlighting=warning
resharper_suggest_base_type_for_parameter_highlighting=suggestion
resharper_suggest_var_or_type_deconstruction_declarations_highlighting=warning
resharper_switch_statement_handles_some_known_enum_values_with_default_highlighting=none
resharper_switch_statement_missing_some_enum_cases_no_default_highlighting=none
resharper_tabs_and_spaces_mismatch_highlighting=warning
resharper_tabs_are_disallowed_highlighting=warning
resharper_unnecessary_whitespace_highlighting=warning
resharper_unused_member_local_highlighting=suggestion
resharper_unused_parameter_local_highlighting=suggestion
resharper_unused_type_parameter_highlighting=suggestion
resharper_unused_variable_highlighting=suggestion
resharper_use_deconstruction_highlighting=warning
resharper_web_config_module_not_resolved_highlighting=warning
resharper_web_config_type_not_resolved_highlighting=warning
resharper_web_config_wrong_module_highlighting=warning

[{*.csproj,*.vcxproj}]
indent_size=2

[*.txt]
trim_trailing_whitespace=false
insert_final_newline=false

[{*.unity,*.asset,*.meta}]
trim_trailing_whitespace=false
insert_final_newline=true
Loading

0 comments on commit febccba

Please sign in to comment.