Last active
March 17, 2017 12:32
-
-
Save markembling/22205f4fb7edae94294b8e3f594364c2 to your computer and use it in GitHub Desktop.
JSON snippets associated with the Quora question at http://bit.ly/2mX0vh5
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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" | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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