mirror of
https://github.com/JustArchiNET/ArchiSteamFarm
synced 2024-11-10 07:04:27 +00:00
Update .editorconfig
This commit is contained in:
parent
922a3c574d
commit
1db1757654
1 changed files with 8 additions and 7 deletions
|
@ -31,18 +31,19 @@ csharp_preserve_single_line_statements = false
|
|||
|
||||
csharp_space_after_cast = true
|
||||
|
||||
csharp_style_expression_bodied_accessors = when_on_single_line:suggestion
|
||||
csharp_style_expression_bodied_constructors = when_on_single_line:suggestion
|
||||
csharp_style_expression_bodied_indexers = when_on_single_line:suggestion
|
||||
csharp_style_expression_bodied_methods = when_on_single_line:suggestion
|
||||
csharp_style_expression_bodied_operators = when_on_single_line:suggestion
|
||||
csharp_style_expression_bodied_properties = when_on_single_line:suggestion
|
||||
csharp_style_pattern_matching_over_as_with_null_check = false:suggestion
|
||||
csharp_style_expression_bodied_accessors = true:suggestion
|
||||
csharp_style_expression_bodied_constructors = true:suggestion
|
||||
csharp_style_expression_bodied_indexers = true:suggestion
|
||||
csharp_style_expression_bodied_methods = true:suggestion
|
||||
csharp_style_expression_bodied_operators = true:suggestion
|
||||
csharp_style_expression_bodied_properties = true:suggestion
|
||||
|
||||
csharp_style_var_elsewhere = false:suggestion
|
||||
csharp_style_var_for_built_in_types = false:suggestion
|
||||
csharp_style_var_when_type_is_apparent = false:suggestion
|
||||
|
||||
csharp_using_directive_placement = outside_namespace:suggestion
|
||||
|
||||
[*.{cs,vb}]
|
||||
# PascalCase for naming everything but parameters
|
||||
dotnet_naming_rule.all_members_must_be_capitalized.severity = suggestion
|
||||
|
|
Loading…
Reference in a new issue