Skip to content

Instantly share code, notes, and snippets.

@ooade
Last active May 27, 2019 08:52
Show Gist options
  • Save ooade/c2b5a83d5477db2440c9419b378db7cb to your computer and use it in GitHub Desktop.
Save ooade/c2b5a83d5477db2440c9419b378db7cb to your computer and use it in GitHub Desktop.
VSCode Settings
{
"atomKeymap.promptV3Features": true,
"editor.fontFamily": "'Ubuntu Mono' , 'Droid Sans Mono', 'Courier New', monospace, 'Droid Sans Fallback'",
"editor.fontLigatures": true,
"editor.formatOnSave": true,
"editor.formatOnPaste": true,
"editor.insertSpaces": false,
"editor.multiCursorModifier": "ctrlCmd",
"editor.tabCompletion": "on",
"editor.tabSize": 2,
"editor.renderWhitespace": "boundary",
"emmet.includeLanguages": {
"javascript": "javascriptreact"
},
"files.autoSave": "off",
"files.trimTrailingWhitespace": true,
"go.gopath": "~/go",
"prettier.semi": true,
"prettier.useTabs": true,
"prettier.singleQuote": true,
"prettier.eslintIntegration": true,
"window.title": "${folderName}",
"javascript.updateImportsOnFileMove.enabled": "always",
"terminal.integrated.rendererType": "dom",
"workbench.sideBar.location": "right",
"breadcrumbs.enabled": true,
"flow.enabled": false,
"window.zoomLevel": 0,
"window.titleBarStyle": "custom",
"editor.lineHeight": 27,
"workbench.settings.editor": "json",
"workbench.colorTheme": "Night Owl (No Italics)"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment