From d81c0fad1277e00a8bc329d26d7b7c1d204e08d1 Mon Sep 17 00:00:00 2001 From: Brendan Forster Date: Tue, 10 Mar 2020 08:33:55 -0300 Subject: [PATCH] no need for this setting --- .editorconfig | 1 - 1 file changed, 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index ec3a32af..7ad5ca97 100644 --- a/.editorconfig +++ b/.editorconfig @@ -1,4 +1,3 @@ [*.cs] -csharp_new_line_before_open_brace = accessors, anonymous_methods, anonymous_types, control_blocks, events, indexers, lambdas, local_functions, methods, properties, object_collection_array_initializers, types csharp_preserve_single_line_statements = true csharp_preserve_single_line_blocks = true