Wrap before binary operator

EditorConfig key: js-wrap-before-binary-opsign

Wrap before binary operator

js-wrap-before-binary-opsign

Default value:

true

Possible values:

  • true
  • false

Examples

true
var r = a
  + b
false
var r = a +
  b