Wrap before comma

EditorConfig key: js-wrap-before-comma

Wrap before comma

js-wrap-before-comma

Default value:

false

Possible values:

  • true
  • false

Examples

true
f(a
  , b)
false
f(a,
  b)