diff --git a/.editorconfig b/.editorconfig index 6e52652089bb30f6ece086262c89cd40fa82e33a..644e20256c84ee8e309bfe7ce47399572e2b39f5 100644 --- a/.editorconfig +++ b/.editorconfig @@ -67,4 +67,12 @@ csharp_style_pattern_matching_over_is_with_cast_check = true:suggestion csharp_style_pattern_matching_over_as_with_null_check = true:suggestion csharp_style_inlined_variable_declaration = true:suggestion csharp_style_throw_expression = true:suggestion -csharp_style_conditional_delegate_call = true:suggestion \ No newline at end of file +csharp_style_conditional_delegate_call = true:suggestion + +# Newline settings +csharp_new_line_before_open_brace = all +csharp_new_line_before_else = true +csharp_new_line_before_catch = true +csharp_new_line_before_finally = true +csharp_new_line_before_members_in_object_initializers = true +csharp_new_line_before_members_in_anonymous_types = true