Fix .editorconfig.'s rule for csharp_new_line_before_open_brace.
This commit is contained in:
Родитель
10f1e99d58
Коммит
21e0a0783a
|
@ -96,7 +96,7 @@ csharp_new_line_before_else = true
|
|||
csharp_new_line_before_finally = true
|
||||
csharp_new_line_before_members_in_anonymous_types = true
|
||||
csharp_new_line_before_members_in_object_initializers = true
|
||||
csharp_new_line_before_open_brace = anonymous_methods,anonymous_types,control_blocks,lambdas,methods,object_collection_array_initalizers,types
|
||||
csharp_new_line_before_open_brace = all
|
||||
csharp_new_line_between_query_expression_clauses = true
|
||||
|
||||
# Indentation preferences
|
||||
|
|
Загрузка…
Ссылка в новой задаче