vim-jsx
vim-jsx copied to clipboard
Better support for Airbnb JSX conventions
Fix #149
Can you show me some examples of what this makes different?
Please, take a look at #149 for an example. Basically, it fixes situations like when you’re using self-closing /> sequence in a separate line (Airbnb style) and then a blank line immediately afterwards and before the next tag. As it is now, that next tag will be incorrectly unindented for one level.
Why has this been merge with upstream?