bindED/.editorconfig

15 lines
345 B
INI
Raw Normal View History

2022-05-29 23:32:31 +02:00
[*]
2020-11-08 12:41:36 +01:00
guidelines = 80
2021-05-23 20:22:05 +02:00
end_of_line = lf
insert_final_newline = true
2021-06-14 11:46:57 +02:00
charset = utf-8-bom
2020-11-08 12:41:36 +01:00
2021-06-14 11:22:45 +02:00
[*.cs]
2021-05-23 20:22:05 +02:00
guidelines = 80, 120
2022-05-29 23:32:31 +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