2022-05-29 22:16:17 +02:00
|
|
|
[*]
|
2021-05-02 16:17:29 +02:00
|
|
|
guidelines = 80
|
2021-05-23 20:26:54 +02:00
|
|
|
end_of_line = lf
|
|
|
|
insert_final_newline = true
|
2021-06-14 11:50:15 +02:00
|
|
|
charset = utf-8-bom
|
2021-05-02 16:17:29 +02:00
|
|
|
|
|
|
|
[*.cs]
|
2021-05-23 20:26:54 +02:00
|
|
|
guidelines = 80, 120
|
2022-05-29 22:16:17 +02:00
|
|
|
|
|
|
|
# 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
|