EDNA/.editorconfig

15 lines
331 B
INI
Raw Permalink Normal View History

2022-05-29 18:06:13 +02:00
[*]
guidelines = 80
end_of_line = lf
insert_final_newline = true
charset = utf-8-bom
[*.cs]
guidelines = 80, 120
2022-01-20 16:10:10 +01: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