15 lines
331 B
INI
15 lines
331 B
INI
|
[*]
|
||
|
guidelines = 80
|
||
|
end_of_line = lf
|
||
|
insert_final_newline = true
|
||
|
charset = utf-8-bom
|
||
|
|
||
|
[*.cs]
|
||
|
guidelines = 80, 120
|
||
|
|
||
|
# IDE0021: Use block body for constructors
|
||
|
csharp_style_expression_bodied_constructors = when_on_single_line
|
||
|
|
||
|
# IDE0024: Use block body for operators
|
||
|
csharp_style_expression_bodied_operators = when_on_single_line
|