standard / atom-standard-formatter

Atom package to format code using Javascript Standard Style.
https://atom.io/packages/standard-formatter
MIT License
35 stars 19 forks source link

Doesn't leave stacked JSX attributes alone. #38

Closed tannerlinsley closed 8 years ago

tannerlinsley commented 8 years ago

Normally, stacked jsx attrs in standard.js are okay:

<component
  attr="1"
  attr2="2"
  />

But the formatter will bring them all back onto the same line.... :(

stephenkubovic commented 8 years ago

This should be fixed in 2.5.0