Skip to content

Instantly share code, notes, and snippets.

@fpigeonjr
Created March 4, 2019 12:58
Show Gist options
  • Save fpigeonjr/b9e500581061af6cb783db8fa41e2329 to your computer and use it in GitHub Desktop.
Save fpigeonjr/b9e500581061af6cb783db8fa41e2329 to your computer and use it in GitHub Desktop.
NUC vscode settings
{
"git.enableSmartCommit": true,
"git.autofetch": true,
"editor.fontFamily": "Operator Mono, IBM Plex Mono, Fira Code, Fantasque Sans Mono",
"editor.tabSize": 2,
"editor.wordWrap": "on",
"files.autoSave": "onWindowChange",
"editor.fontLigatures": true,
"editor.formatOnSave": true,
"editor.minimap.enabled": false,
"editor.tabCompletion": "on",
"workbench.activityBar.visible": true,
"window.menuBarVisibility": "toggle",
"prettier.eslintIntegration": true,
"eslint.packageManager": "yarn",
"prettier.semi": false,
"prettier.singleQuote": true,
"workbench.colorCustomizations": {},
"explorer.confirmDelete": false,
"emmet.includeLanguages": {
"vue-html": "html",
"javascript": "javascriptreact"
},
"editor.fontSize": 15,
"workbench.iconTheme": "eq-material-theme-icons",
"workbench.colorTheme": "Night Owl"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment