Fix .editorconfig.'s rule for csharp_new_line_before_open_brace.

This commit is contained in:
Alexandre Zollinger Chohfi 2019-01-07 13:29:38 -08:00
Родитель 10f1e99d58
Коммит 21e0a0783a
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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