Skip to content

Instantly share code, notes, and snippets.

@markembling
Last active March 17, 2017 12:32
Show Gist options
  • Save markembling/22205f4fb7edae94294b8e3f594364c2 to your computer and use it in GitHub Desktop.
Save markembling/22205f4fb7edae94294b8e3f594364c2 to your computer and use it in GitHub Desktop.
JSON snippets associated with the Quora question at http://bit.ly/2mX0vh5
{
"editor.rulers": [
80,
120
],
"editor.renderWhitespace": "boundary",
"editor.minimap.enabled": true,
"editor.minimap.renderCharacters": false,
"editor.dragAndDrop": true,
"files.hotExit": "off",
"workbench.welcome.enabled": false,
"workbench.iconTheme": "vs-seti"
}
{
"editor": {
"rulers": [80, 120],
"renderWhitespace": "boundary",
"minimap": {
"enabled": true,
"renderCharacters": false,
},
"dragAndDrop": true
},
"files": {
"hotExit": "off"
},
"workbench": {
"welcome": { "enabled": false },
"iconTheme": "vs-seti"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment