Editorconfig Guide.e

Space between parentheses

EditorConfig key: csharp-space-between-parentheses

Space between parentheses

csharp-space-between-parentheses

This option controls in which parenthesized constructs spaces should be inserted between the parentheses and their contents.

Default value:

Possible values:

  • expressions
  • type_casts
  • control_flow_statements

Examples

expressions
type_casts
control_flow_statements