borela / naomi

Sublime Text enhanced syntax highlighting for JavaScript ES6/ES7/ES2015/ES2016/ES2017+, Babel, FlowType, React JSX, Styled Components, HTML5, SCSS3, PHP 7, phpDoc, PHPUnit, MQL4. Basic: Git config files.
Other
557 stars 20 forks source link

[js]: wrong indent? #215

Open crapthings opened 5 years ago

crapthings commented 5 years ago

image

class App extends Component {
  render() {
    return (

      )
  }
}
class App extends Component {
  render() {
    return (

    )
  }
}
Pytal commented 5 years ago

Found a solution here!