From d660bbc25cd803fbb3d9680b50709c0362c42f80 Mon Sep 17 00:00:00 2001 From: Diego Heras Date: Sun, 5 Apr 2020 21:03:58 +0200 Subject: [PATCH] style: .editorconfig force_attribute_style=separate (#8051) --- .editorconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index 6e71a7d21..88d8c320c 100644 --- a/.editorconfig +++ b/.editorconfig @@ -40,7 +40,7 @@ resharper_csharp_keep_blank_lines_in_declarations=1 resharper_csharp_max_line_length=125 resharper_csharp_stick_comment=false resharper_csharp_wrap_after_invocation_lpar=true -resharper_force_attribute_style=join +resharper_force_attribute_style=separate resharper_indent_invocation_pars=outside resharper_indent_method_decl_pars=outside resharper_indent_preprocessor_region=no_indent