esformatter-jsx icon indicating copy to clipboard operation
esformatter-jsx copied to clipboard

Closing round bracket indentation

Open chuan137 opened this issue 8 years ago • 1 comments

with the default options, the closing round bracket in return clause is indented one level more.

class App extends Component {
  render() {
    return (
      <div className="App">
        <Header/>
        <p className="App-intro">
          To get started, edit <code>src/App.js</code> and save to reload.
        </p>
      </div>
      ); // prefer aligned with return instead of </div>
  }
}

I am using [email protected] and [email protected]

chuan137 avatar Feb 08 '17 11:02 chuan137

Any fix for this?

varunkumar avatar Mar 28 '17 15:03 varunkumar