hedefalk / atom-vue

Vue component file syntax for Atom

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Multiple Extra Lines After Attribute List

superjoefly opened this issue · comments

Every time I hit 'enter' after defining an attribute within an HTML tag, an extra line is added. So if I define several attributes, each on a new line, I end up with several empty lines after the list of attributes.

Example:

      <q-fab
        color="primary"
          active-icon="alarm"
            direction="up"
              
            
          
        
      ></q-fab>

Just added this plugin on a fresh Atom install not experiencing this. Maybe the result of another plugin?

My bad...it's not this package...I think it has something to do with Emmet...
Thanks :-)