Skip to content

Instantly share code, notes, and snippets.

@dunstontc
Created April 28, 2017 02:52
Show Gist options
  • Save dunstontc/cd4778796782e80f88772a71b72ab990 to your computer and use it in GitHub Desktop.
Save dunstontc/cd4778796782e80f88772a71b72ab990 to your computer and use it in GitHub Desktop.
4-space nbsp tabs
"Indent1": {
"prefix": "ind1",
"body": "<!--1 Indent-->&nbsp;&nbsp;&nbsp;&nbsp;",
"description": "4 &nbsp;'s"
},
"Indent2": {
"prefix": "ind2",
"body": "<!--2 Indent-->&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;",
"description": "8 &nbsp;'s"
},
"Indent3": {
"prefix": "ind3",
"body": "<!--3 Indent-->&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;",
"description": "12 &nbsp;'s"
},
"Indent4": {
"prefix": "ind4",
"body": "<!--4 Indent-->&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;",
"description": "16 &nbsp;'s"
},
"Indent5": {
"prefix": "ind5",
"body": "<!--5 Indent-->&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;",
"description": "20 &nbsp;'s"
},
"Indent6": {
"prefix": "ind6",
"body": "<!--6 Indent-->&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;",
"description": "24 &nbsp;'s"
},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment