mattn / emmet-vim

emmet for vim: http://emmet.io/
http://mattn.github.io/emmet-vim
MIT License
6.39k stars 411 forks source link

curly braces remove the indentation before the line #509

Open HazemElmahy opened 3 years ago

HazemElmahy commented 3 years ago

the issue " | " is the cursor, "" empty spaces `

|

if I typed an open curly bracket { it will remove the indentation of the line

{|

even if they are spaces not tabs expected result: ____

{|

`

zubairakram commented 3 years ago

vim or neovim?

Palash-Vishnani commented 3 years ago

You should click on 'tab' button to apply indentation