mirror of
https://github.com/BluestormDNA/ProjectPSX.git
synced 2025-04-02 10:52:34 -04:00
editorconfig: disable new line before else
This commit is contained in:
parent
ce656b0a82
commit
0219c581f2
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue