From 68678afb848082531d768a26be601a33adb9d706 Mon Sep 17 00:00:00 2001 From: Natalia Portillo Date: Sun, 10 Feb 2019 15:35:21 +0000 Subject: [PATCH] Update editorconfig file. --- .editorconfig | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.editorconfig b/.editorconfig index 535dfc7..ec7e172 100644 --- a/.editorconfig +++ b/.editorconfig @@ -364,7 +364,7 @@ csharp_indent_switch_labels=true csharp_indent_labels=flush_left csharp_space_after_cast=false -csharp_space_after_keywords_in_control_flow_statements=true +csharp_space_after_keywords_in_control_flow_statements=false csharp_space_between_method_declaration_parameter_list_parentheses=false csharp_space_between_parentheses=none csharp_space_before_colon_in_inheritance_clause=true @@ -576,15 +576,15 @@ csharp_wrap_before_linq_expression=false csharp_place_linq_into_on_new_line=false csharp_wrap_verbatim_interpolated_strings=wrap_if_long csharp_extra_spaces=remove_all -csharp_space_after_keywords_in_control_flow_statements=true +csharp_space_after_keywords_in_control_flow_statements=false csharp_space_between_method_call_name_and_opening_parenthesis=false csharp_space_between_method_declaration_name_and_open_parenthesis=false 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=true -csharp_space_between_keyword_and_type=true +csharp_space_between_keyword_and_expression=false +csharp_space_between_keyword_and_type=false csharp_space_around_assignment_op=true csharp_space_around_logical_op=true csharp_space_around_binary_operator=true