mxw / vim-jsx

React JSX syntax highlighting and indenting for vim.
1.59k stars 95 forks source link

incorrect indentation #153

Closed npreiber closed 6 years ago

npreiber commented 6 years ago

tabstop is set to 2 spaces in my .vimrc, but tabstops are equal to one full tab when using vim-jsx with pangloss/vim-javascript tabstop

jktzes commented 5 years ago

May I know how you fixed it?