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

Better support for Airbnb JSX conventions

Open tymarats opened this issue 7 years ago • 3 comments

Fix #149

tymarats avatar Jan 26 '18 11:01 tymarats

Can you show me some examples of what this makes different?

mxw avatar Feb 20 '18 02:02 mxw

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.

tymarats avatar Feb 21 '18 08:02 tymarats

Why has this been merge with upstream?

Pablo1107 avatar Jan 18 '19 04:01 Pablo1107