From 7887723f87037c9301e638ec1dfed013644477c5 Mon Sep 17 00:00:00 2001 From: Natalia Portillo Date: Sat, 29 Feb 2020 19:03:43 +0000 Subject: [PATCH] Update editorconfig. --- .editorconfig | 20 ++++++++++++-------- 1 file changed, 12 insertions(+), 8 deletions(-) diff --git a/.editorconfig b/.editorconfig index 22f64f1b..940c6206 100644 --- a/.editorconfig +++ b/.editorconfig @@ -11,8 +11,8 @@ indent_size=4 brace_style=next_line int_align=true keep_existing_arrangement=false -place_simple_blocks_on_single_line=false -place_simple_declaration_blocks_on_single_line=false +place_simple_blocks_on_single_line=true +place_simple_declaration_blocks_on_single_line=true place_attribute_on_same_line=false space_after_unary_operator=false space_after_comma=true @@ -48,13 +48,13 @@ accessor_owner_body=expression_body force_attribute_style=join function_braces=next_line force_control_statements_braces=always_remove - +space_in_singleline_accessorholder=true type_declaration_braces=next_line invocable_declaration_braces=next_line anonymous_method_declaration_braces=next_line - +space_between_accessors_in_singleline_property=true indent_nested_usings_stmt=true - +space_within_empty_braces=false indent_nested_fixed_stmt=true indent_nested_lock_stmt=true indent_nested_for_stmt=true @@ -175,7 +175,7 @@ wrap_before_linq_expression=false place_linq_into_on_new_line=false wrap_verbatim_interpolated_strings=wrap_if_long extra_spaces=remove_all -space_after_keywords_in_control_flow_statements=true +space_after_keywords_in_control_flow_statements=false space_between_method_call_name_and_opening_parenthesis=false space_between_method_declaration_name_and_open_parenthesis=false space_before_typeof_parentheses=false @@ -206,6 +206,10 @@ blank_lines_around_class_definition=1 namespace_indentation=all space_within_template_argument=false align_union_type_usage=true +space_in_singleline_method=true +space_in_singleline_anonymous_method=true +space_within_single_line_array_initializer_braces=true +space_around_arrow_op=false # These are for markup languages (HTML, XML, etc) spaces_around_eq_in_pi_attribute=false @@ -583,8 +587,8 @@ csharp_space_before_typeof_parentheses=false csharp_space_before_checked_parentheses=false csharp_space_before_sizeof_parentheses=false csharp_space_before_nameof_parentheses=false -csharp_space_between_keyword_and_expression=false -csharp_space_between_keyword_and_type=false +csharp_space_between_keyword_and_expression=true +csharp_space_between_keyword_and_type=true csharp_space_around_assignment_op=true csharp_space_around_logical_op=true csharp_space_around_binary_operator=true