Skip to content

Instantly share code, notes, and snippets.

@Martin-Alexander
Created November 13, 2017 03:36
Show Gist options
  • Save Martin-Alexander/d8148cdbab0e2295a5979c259cb43cc4 to your computer and use it in GitHub Desktop.
Save Martin-Alexander/d8148cdbab0e2295a5979c259cb43cc4 to your computer and use it in GitHub Desktop.
{
"window.zoomLevel": 0,
"editor.minimap.enabled": false,
"editor.fontFamily": "'monospace'",
"editor.fontSize": 14,
"files.exclude": {
"**/node_modules": true
},
"files.defaultLanguage": "txt",
"workbench.startupEditor": "newUntitledFile",
"workbench.activityBar.visible": false,
"workbench.statusBar.visible": false,
"editor.tabSize": 2,
"editor.insertSpaces": false,
"workbench.colorTheme": "Monokai",
"emmet.includeLanguages": {
"erb": "html"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment