mirror of
https://github.com/TeamOctolings/Octobot.git
synced 2025-05-15 02:06:09 +03:00
change(editorconfig): allow using expression-bodied properties
Signed-off-by: Octol1ttle <l1ttleofficial@outlook.com>
This commit is contained in:
parent
ca49231c86
commit
dbc08927ef
2 changed files with 7 additions and 43 deletions
|
@ -42,7 +42,7 @@ csharp_space_between_square_brackets = false
|
|||
csharp_style_expression_bodied_accessors = false:warning
|
||||
csharp_style_expression_bodied_constructors = false:warning
|
||||
csharp_style_expression_bodied_methods = false:warning
|
||||
csharp_style_expression_bodied_properties = false:warning
|
||||
csharp_style_expression_bodied_properties = true:warning
|
||||
csharp_style_namespace_declarations = file_scoped:warning
|
||||
csharp_style_prefer_utf8_string_literals = true:warning
|
||||
csharp_style_var_elsewhere = true:warning
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue