1
0
Fork 1
mirror of https://github.com/TeamOctolings/Octobot.git synced 2025-04-20 00:43:36 +03:00

Force newline at end of file

Signed-off-by: Octol1ttle <l1ttleofficial@outlook.com>
This commit is contained in:
Octol1ttle 2023-08-02 23:51:17 +05:00
parent c654857bf1
commit c8fbb65dc2
Signed by: Octol1ttle
GPG key ID: B77C34313AEE1FFF
36 changed files with 38 additions and 56 deletions

View file

@ -468,7 +468,7 @@ resharper_csharp_align_multiline_extends_list = false
resharper_csharp_align_multiline_for_stmt = false resharper_csharp_align_multiline_for_stmt = false
resharper_csharp_align_multiline_parameter = false resharper_csharp_align_multiline_parameter = false
resharper_csharp_align_multiple_declaration = false resharper_csharp_align_multiple_declaration = false
resharper_csharp_insert_final_newline = false resharper_csharp_insert_final_newline = true
resharper_csharp_keep_blank_lines_in_code = 1 resharper_csharp_keep_blank_lines_in_code = 1
resharper_csharp_max_line_length = 120 resharper_csharp_max_line_length = 120
resharper_csharp_naming_rule.enum_member = AaBb resharper_csharp_naming_rule.enum_member = AaBb
@ -514,14 +514,6 @@ resharper_free_block_braces = next_line
resharper_function_declaration_return_type_style = do_not_change resharper_function_declaration_return_type_style = do_not_change
resharper_function_definition_return_type_style = do_not_change resharper_function_definition_return_type_style = do_not_change
resharper_generator_mode = false resharper_generator_mode = false
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_max_blank_lines_between_tags = 2
resharper_html_max_line_length = 120
resharper_html_pi_attribute_style = on_single_line
resharper_html_space_before_self_closing = false
resharper_html_wrap_lines = true
resharper_ignore_space_preservation = false resharper_ignore_space_preservation = false
resharper_include_prefix_comment_in_indent = false resharper_include_prefix_comment_in_indent = false
resharper_indent_access_specifiers_from_class = false resharper_indent_access_specifiers_from_class = false
@ -642,7 +634,7 @@ resharper_remove_blank_lines_near_braces_in_declarations = true
resharper_remove_this_qualifier = true resharper_remove_this_qualifier = true
resharper_requires_expression_braces = next_line resharper_requires_expression_braces = next_line
resharper_resx_attribute_indent = single_indent resharper_resx_attribute_indent = single_indent
resharper_resx_insert_final_newline = false resharper_resx_insert_final_newline = true
resharper_resx_linebreak_before_elements = resharper_resx_linebreak_before_elements =
resharper_resx_max_blank_lines_between_tags = 0 resharper_resx_max_blank_lines_between_tags = 0
resharper_resx_max_line_length = 2147483647 resharper_resx_max_line_length = 2147483647
@ -853,7 +845,7 @@ resharper_wrap_switch_expression = chop_always
resharper_wrap_ternary_expr_style = chop_if_long resharper_wrap_ternary_expr_style = chop_if_long
resharper_wrap_verbatim_interpolated_strings = no_wrap resharper_wrap_verbatim_interpolated_strings = no_wrap
resharper_xmldoc_attribute_indent = single_indent resharper_xmldoc_attribute_indent = single_indent
resharper_xmldoc_insert_final_newline = false resharper_xmldoc_insert_final_newline = true
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_blank_lines_between_tags = 0
resharper_xmldoc_max_line_length = 120 resharper_xmldoc_max_line_length = 120
@ -862,16 +854,6 @@ resharper_xmldoc_space_before_self_closing = true
resharper_xmldoc_wrap_lines = true resharper_xmldoc_wrap_lines = true
resharper_xmldoc_wrap_tags_and_pi = true resharper_xmldoc_wrap_tags_and_pi = true
resharper_xmldoc_wrap_text = true resharper_xmldoc_wrap_text = true
resharper_xml_attribute_indent = align_by_first_attribute
resharper_xml_insert_final_newline = false
resharper_xml_linebreak_before_elements =
resharper_xml_max_blank_lines_between_tags = 2
resharper_xml_max_line_length = 120
resharper_xml_pi_attribute_style = do_not_touch
resharper_xml_space_before_self_closing = true
resharper_xml_wrap_lines = true
resharper_xml_wrap_tags_and_pi = true
resharper_xml_wrap_text = false
# ReSharper inspection severities # ReSharper inspection severities
resharper_access_rights_in_text_highlighting = warning resharper_access_rights_in_text_highlighting = warning