Wrap before dot in chained calls

EditorConfig key: js-wrap-before-dot

Wrap before dot in chained calls

js-wrap-before-dot

Default value:

true

Possible values:

  • true
  • false

Examples

true
x
  .foo()
  .bar()
false
x.
  foo().
  bar()