emmet-vim icon indicating copy to clipboard operation
emmet-vim copied to clipboard

Setting for default attribute order in HTML (attrs_order)

Open davidjb opened this issue 8 years ago • 0 comments

I'm following codeguide.co's guide for HTML (http://codeguide.co/#html-attribute-order) and the attribute order is class then id. At present, emmet has the default order set as id then class (configured from https://github.com/mattn/emmet-vim/blob/master/autoload/emmet.vim#L180).

Could an option be added that allows configuration of this default attr order?

Happy to prep a PR if that's necessary/acceptable. Thanks!

davidjb avatar Jun 24 '16 12:06 davidjb