Skip to content

Instantly share code, notes, and snippets.

@herrherrmann
Created February 19, 2018 09:36
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Embed
What would you like to do?
Additional Incrementor Enumerations for VS Code's Incrementor Extension
// Add to your user or workspace settings:
"incrementor.enums": [
[
"false",
"true"
],
[
"let",
"const"
],
[
"margin-left",
"margin-bottom",
"margin-right",
"margin-top"
],
[
"padding-left",
"padding-bottom",
"padding-right",
"padding-top"
],
[
"padding",
"margin"
],
[
"border-left",
"border-bottom",
"border-right",
"border-top"
],
[
"none",
"flex",
"inline-block",
"inline",
"block"
],
[
"space-evenly",
"space-between",
"space-around",
"stretch",
"baseline",
"center",
"flex-end",
"flex-start"
]
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment