about summary refs log tree commit diff
path: root/.editorconfig
diff options
context:
space:
mode:
authorEmma@Rory& <root@rory.gay>2023-07-24 20:47:10 +0200
committerEmma@Rory& <root@rory.gay>2023-07-24 20:47:10 +0200
commitc916a6201582fb1705d103280c2d43a98ab5156e (patch)
tree6f164dc86ab7e961e60e684daf0852d66a62cc75 /.editorconfig
parentImprove timeline (diff)
downloadMatrixUtils-c916a6201582fb1705d103280c2d43a98ab5156e.tar.xz
Change max line width from 120 to 180
Diffstat (limited to '.editorconfig')
-rw-r--r--.editorconfig26
1 files changed, 13 insertions, 13 deletions
diff --git a/.editorconfig b/.editorconfig
index df0b0ae..35fa20d 100644
--- a/.editorconfig
+++ b/.editorconfig
@@ -371,7 +371,7 @@ 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_alignment_tab_fill_style = use_spaces
@@ -484,7 +484,7 @@ resharper_cpp_insert_final_newline = true
 resharper_cpp_invocable_declaration_braces = next_line
 resharper_cpp_keep_blank_lines_in_code = 2
 resharper_cpp_keep_blank_lines_in_declarations = 2
-resharper_cpp_max_line_length = 120
+resharper_cpp_max_line_length = 180
 resharper_cpp_new_line_before_while = true
 resharper_cpp_other_braces = next_line
 resharper_cpp_space_after_unary_operator = false
@@ -504,7 +504,7 @@ resharper_csharp_empty_block_style = together_same_line
 resharper_csharp_insert_final_newline = false
 resharper_csharp_keep_blank_lines_in_code = 1
 resharper_csharp_keep_blank_lines_in_declarations = 1
-resharper_csharp_max_line_length = 120
+resharper_csharp_max_line_length = 180
 resharper_csharp_naming_rule.constants = AaBb
 resharper_csharp_naming_rule.enum_member = AaBb
 resharper_csharp_naming_rule.local_constants = aaBb
@@ -559,7 +559,7 @@ 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_max_line_length = 180
 resharper_html_pi_attribute_style = on_single_line
 resharper_html_space_before_self_closing = false
 resharper_html_wrap_lines = true
@@ -630,8 +630,8 @@ resharper_line_break_before_requires_clause = do_not_change
 resharper_linkage_specification_braces = end_of_line
 resharper_linkage_specification_indentation = none
 resharper_local_function_body = expression_body
-resharper_macro_block_begin = 
-resharper_macro_block_end = 
+resharper_macro_block_begin =
+resharper_macro_block_end =
 resharper_max_array_initializer_elements_on_line = 10000
 resharper_max_attribute_length_for_same_line = 38
 resharper_max_enum_members_on_line = 3
@@ -646,7 +646,7 @@ resharper_new_line_before_catch = true
 resharper_new_line_before_else = true
 resharper_new_line_before_enumerators = true
 resharper_normalize_tag_names = false
-resharper_no_indent_inside_elements = 
+resharper_no_indent_inside_elements =
 resharper_no_indent_inside_if_element_longer_than = 2000000
 resharper_null_checking_pattern_style = not_null_pattern
 resharper_object_creation_when_type_evident = target_typed
@@ -699,7 +699,7 @@ resharper_requires_expression_braces = next_line
 resharper_resx_allow_far_alignment = false
 resharper_resx_attribute_indent = single_indent
 resharper_resx_insert_final_newline = false
-resharper_resx_linebreak_before_elements = 
+resharper_resx_linebreak_before_elements =
 resharper_resx_max_blank_lines_between_tags = 0
 resharper_resx_max_line_length = 2147483647
 resharper_resx_pi_attribute_style = do_not_touch
@@ -853,7 +853,7 @@ resharper_static_members_qualify_with = declared_type
 resharper_support_vs_event_naming_pattern = true
 resharper_t4_allow_far_alignment = false
 resharper_t4_insert_final_newline = false
-resharper_t4_max_line_length = 120
+resharper_t4_max_line_length = 180
 resharper_t4_wrap_lines = true
 resharper_toplevel_function_declaration_return_type_style = do_not_change
 resharper_toplevel_function_definition_return_type_style = do_not_change
@@ -875,7 +875,7 @@ resharper_vb_allow_far_alignment = false
 resharper_vb_insert_final_newline = false
 resharper_vb_keep_blank_lines_in_code = 2
 resharper_vb_keep_blank_lines_in_declarations = 2
-resharper_vb_max_line_length = 120
+resharper_vb_max_line_length = 180
 resharper_vb_place_field_attribute_on_same_line = true
 resharper_vb_place_method_attribute_on_same_line = false
 resharper_vb_place_type_attribute_on_same_line = false
@@ -934,7 +934,7 @@ 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_max_blank_lines_between_tags = 0
-resharper_xmldoc_max_line_length = 120
+resharper_xmldoc_max_line_length = 180
 resharper_xmldoc_pi_attribute_style = do_not_touch
 resharper_xmldoc_space_before_self_closing = true
 resharper_xmldoc_wrap_lines = true
@@ -943,9 +943,9 @@ resharper_xmldoc_wrap_text = true
 resharper_xml_allow_far_alignment = false
 resharper_xml_attribute_indent = align_by_first_attribute
 resharper_xml_insert_final_newline = false
-resharper_xml_linebreak_before_elements = 
+resharper_xml_linebreak_before_elements =
 resharper_xml_max_blank_lines_between_tags = 2
-resharper_xml_max_line_length = 120
+resharper_xml_max_line_length = 180
 resharper_xml_pi_attribute_style = do_not_touch
 resharper_xml_space_before_self_closing = true
 resharper_xml_wrap_lines = true