Skip to content

Instantly share code, notes, and snippets.

@round
Created November 23, 2016 05:45
Show Gist options
  • Save round/8a7a9aadf0bad74ca32f8b9e30c09c1b to your computer and use it in GitHub Desktop.
Save round/8a7a9aadf0bad74ca32f8b9e30c09c1b to your computer and use it in GitHub Desktop.
Emmet Config (single quote, closing comment with attribute)
{
"filter.commentAfter" : "<!--<%=attr('id', '#') %><%= attr('class', '.')%>-->"
}
{
"html": {
"filters" : "html, c",
"attr_quotes" : "single",
"inline_break" : "1",
"self_closing_tag" : true
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment