Space within expression parentheses

EditorConfig key: js-space-within-parentheses

Space within expression parentheses

js-space-within-parentheses

Default value:

false

Possible values:

  • true
  • false

Examples

true
( a + b )
false
(a + b)