Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

<tag> > <tag> indents with a 4 space tab, instead of .vimrc defined tab size #133

Open
zachschultz opened this issue Feb 22, 2017 · 0 comments

Comments

@zachschultz
Copy link

zachschultz commented Feb 22, 2017

My .vimrc in regards to tab looks like:

set shiftwidth=2▸       " Number of auto-indent spaces¬
set smartindent▸" Enable smart-indent¬
set smarttab▸   " Enable smart-tabs¬
set softtabstop=2▸      " Number of spaces per Tab¬ 

For the most part, <C-e> works well, but when I try to convert a line like ul > li * 3 to HTML I get a 4 space tab, instead of my user-defined 2 space tab. Is there something I'm missing here?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant