mirror of
https://github.com/Jackett/Jackett
synced 2025-01-02 21:26:08 +00:00
style: prefer braces (#14225)
This commit is contained in:
parent
165f9be5e0
commit
3e890f86fd
1 changed files with 1 additions and 1 deletions
|
@ -237,7 +237,7 @@ csharp_style_conditional_delegate_call=true:warning
|
||||||
# Modifier preferences
|
# Modifier preferences
|
||||||
csharp_preferred_modifier_order=public,private,protected,internal,static,extern,new,virtual,abstract,sealed,override,readonly,unsafe,volatile,async:suggestion
|
csharp_preferred_modifier_order=public,private,protected,internal,static,extern,new,virtual,abstract,sealed,override,readonly,unsafe,volatile,async:suggestion
|
||||||
# Expression-level preferences
|
# Expression-level preferences
|
||||||
csharp_prefer_braces=false:suggestion
|
csharp_prefer_braces=true:suggestion
|
||||||
csharp_style_deconstructed_variable_declaration=true:suggestion
|
csharp_style_deconstructed_variable_declaration=true:suggestion
|
||||||
csharp_prefer_simple_default_expression=true:warning
|
csharp_prefer_simple_default_expression=true:warning
|
||||||
csharp_style_pattern_local_over_anonymous_function=true:suggestion
|
csharp_style_pattern_local_over_anonymous_function=true:suggestion
|
||||||
|
|
Loading…
Reference in a new issue