diff --git a/ProjectPSX/.editorconfig b/ProjectPSX/.editorconfig index 89f1f31..9c21992 100644 --- a/ProjectPSX/.editorconfig +++ b/ProjectPSX/.editorconfig @@ -91,7 +91,7 @@ csharp_style_inlined_variable_declaration = true:suggestion ############################### # New line preferences csharp_new_line_before_open_brace = none -csharp_new_line_before_else = none +csharp_new_line_before_else = false csharp_new_line_before_catch = none csharp_new_line_before_finally = none csharp_new_line_before_members_in_object_initializers = none