Skip to content

Instantly share code, notes, and snippets.

@drewsberry
Created March 16, 2017 14:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save drewsberry/86dc117c8a1009f06599cd838ed98d9d to your computer and use it in GitHub Desktop.
Save drewsberry/86dc117c8a1009f06599cd838ed98d9d to your computer and use it in GitHub Desktop.
My Visual Studio Code settings
{
"files.associations": {
"*.cfg": "plaintext"
},
"window.zoomLevel": 0,
"editor.renderWhitespace": "boundary",
"files.trimTrailingWhitespace": true,
"eslint.enable": true,
"eslint.run": "onType",
"files.insertFinalNewline": true,
"editor.fontFamily": "'Source Code Pro', 'Courier New', monospace",
"vim.hlsearch": true,
"workbench.colorTheme": "Monokai",
"workbench.iconTheme": "vs-seti",
"editor.minimap.enabled": true,
"files.eol": "\n",
"window.reopenFolders": "all"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment