31 строка
1.2 KiB
INI
31 строка
1.2 KiB
INI
[*]
|
|
end_of_line = crlf
|
|
|
|
[*.xml]
|
|
indent_style = space
|
|
|
|
[*.cs]
|
|
indent_style = space
|
|
insert_final_newline = false
|
|
csharp_style_conditional_delegate_call = true:suggestion
|
|
csharp_style_expression_bodied_accessors = true:suggestion
|
|
csharp_style_expression_bodied_constructors = true:suggestion
|
|
csharp_style_expression_bodied_operators = true:suggestion
|
|
csharp_style_inlined_variable_declaration = true:suggestion
|
|
csharp_style_var_when_type_is_apparent = true:warning
|
|
csharp_new_line_before_catch = true
|
|
csharp_new_line_before_else = true
|
|
csharp_new_line_before_finally = true
|
|
csharp_indent_case_contents = true
|
|
csharp_prefer_braces = true
|
|
csharp_prefer_simple_default_expression = true
|
|
dotnet_sort_system_directives_first = true
|
|
dotnet_style_collection_initializer = true:suggestion
|
|
dotnet_style_predefined_type_for_locals_parameters_members = true:warning
|
|
dotnet_style_explicit_tuple_names = true:suggestion
|
|
dotnet_style_null_propagation = true:suggestion
|
|
dotnet_style_predefined_type_for_member_access = true:suggestion
|
|
dotnet_style_qualification_for_event = true:suggestion
|
|
dotnet_style_qualification_for_field = true:suggestion
|
|
dotnet_style_qualification_for_method = true:suggestion
|
|
dotnet_style_qualification_for_property = true:suggestion |