diff options
author | TheArcaneBrony <myrainbowdash949@gmail.com> | 2023-12-07 07:27:37 +0100 |
---|---|---|
committer | TheArcaneBrony <myrainbowdash949@gmail.com> | 2023-12-07 07:27:37 +0100 |
commit | 98e89232ff50b9c48a11fcae27869806490b1187 (patch) | |
tree | 433405d39ed533842c9d684a79b4216efe834893 /.editorconfig | |
parent | Reformat (diff) | |
download | MatrixUtils-98e89232ff50b9c48a11fcae27869806490b1187.tar.xz |
Temp state
Diffstat (limited to '.editorconfig')
-rw-r--r-- | .editorconfig | 26 |
1 files changed, 12 insertions, 14 deletions
diff --git a/.editorconfig b/.editorconfig index 0cb7ebe..e8dd2db 100644 --- a/.editorconfig +++ b/.editorconfig @@ -1,11 +1,10 @@ - [*] charset = utf-8 end_of_line = lf +indent_size = 4 +indent_style = space trim_trailing_whitespace = true insert_final_newline = true -indent_style = space -indent_size = 4 tab_width = 4 # Microsoft .NET properties @@ -320,7 +319,7 @@ dotnet_naming_style.lower_camel_case_style_1.capitalization = camel_case dotnet_naming_style.t_upper_camel_case_style.capitalization = pascal_case dotnet_naming_style.t_upper_camel_case_style.required_prefix = T 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_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 = * @@ -348,16 +347,16 @@ 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_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.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_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_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.static_readonly_symbols.required_modifiers = static, readonly 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.applicable_kinds = namespace, class, struct, enum, delegate dotnet_naming_symbols.type_parameters_symbols.applicable_accessibilities = * dotnet_naming_symbols.type_parameters_symbols.applicable_kinds = type_parameter dotnet_separate_import_directive_groups = false @@ -372,9 +371,8 @@ 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:error -file_header_template = +file_header_template = # ReSharper properties -# ReSharper properties resharper_alignment_tab_fill_style = use_spaces resharper_align_first_arg_by_paren = false resharper_align_linq_query = false @@ -535,7 +533,7 @@ resharper_generator_mode = false resharper_html_allow_far_alignment = true resharper_html_attribute_indent = align_by_first_attribute resharper_html_insert_final_newline = false -resharper_html_linebreak_before_elements = body,div,p,form,h1,h2,h3 +resharper_html_linebreak_before_elements = body, div, p, form, h1, h2, h3 resharper_html_max_blank_lines_between_tags = 2 resharper_html_max_line_length = 180 resharper_html_pi_attribute_style = on_single_line @@ -665,7 +663,7 @@ resharper_place_type_attribute_on_same_line = false resharper_place_type_constraints_on_same_line = true resharper_prefer_explicit_discard_declaration = false resharper_prefer_separate_deconstructed_variables_declaration = false -resharper_preserve_spaces_inside_tags = pre,textarea +resharper_preserve_spaces_inside_tags = pre, textarea resharper_qualified_using_at_nested_scope = false resharper_quote_style = doublequoted resharper_razor_prefer_qualified_reference = true @@ -893,7 +891,7 @@ resharper_wrap_verbatim_interpolated_strings = no_wrap resharper_xmldoc_allow_far_alignment = false resharper_xmldoc_attribute_indent = single_indent resharper_xmldoc_insert_final_newline = false -resharper_xmldoc_linebreak_before_elements = summary,remarks,example,returns,param,typeparam,value,para +resharper_xmldoc_linebreak_before_elements = summary, remarks, example, returns, param, typeparam, value, para resharper_xmldoc_max_blank_lines_between_tags = 0 resharper_xmldoc_max_line_length = 180 resharper_xmldoc_pi_attribute_style = do_not_touch |