Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closing round bracket indentation #101

Open
chuan137 opened this issue Feb 8, 2017 · 1 comment
Open

Closing round bracket indentation #101

chuan137 opened this issue Feb 8, 2017 · 1 comment

Comments

@chuan137
Copy link

chuan137 commented Feb 8, 2017

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]

@varunkumar
Copy link

Any fix for this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants