Skip to content

Instantly share code, notes, and snippets.

@bntzio
Last active September 22, 2017 18:26
Show Gist options
  • Select an option

  • Save bntzio/5948dfeaa0dfb12d159af8b76406a8ce to your computer and use it in GitHub Desktop.

Select an option

Save bntzio/5948dfeaa0dfb12d159af8b76406a8ce to your computer and use it in GitHub Desktop.
VSCode Settings
{
"workbench.colorTheme": "Nord",
"editor.fontFamily": "Source Code Pro, Menlo, Monaco",
"editor.fontSize": 14,
"editor.tabSize": 2,
"editor.detectIndentation": false,
"editor.roundedSelection": false,
"workbench.iconTheme": "material-icon-theme",
"workbench.startupEditor": "newUntitledFile",
"editor.selectionHighlight": false,
"editor.parameterHints": false,
"editor.formatOnSave": true,
"eslint.autoFixOnSave": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment