Parentheses in ternary condition

EditorConfig key: roslynator-conditional-operator-condition-parentheses-style

Parentheses in ternary condition

roslynator-conditional-operator-condition-parentheses-style

When to wrap the condition of a ternary expression in parentheses.

Default value:

include

Possible values:

  • include
  • omit
  • omit_when_condition_is_single_token

Examples