When I write HTML in Sublime Text 3, when I write div or class it auto completes to: div="hi" and class="hi".
I would like it to autocomplete to: div = "hi" and class = "hi"
I like to have spaces in the code so it is neater to read.
Anyway to do this?