Closed sassanh closed 8 years ago
Your formatting for the <div>
disobeys the JSX style guidelines (at least as they were originally...), so vim-jsx
does not support it. I've attached an image of the "correct" styling, which vim-jsx
indents exactly as shown.
I see, thanks for info.
Can we take care of things like this:
this.xyz()
has one extra indent. It doesn't happen in normal js:Not very important but I just thought maybe you can fix it easily. I have few other more cases and I can share those here if you're interested.