Skip to content

Instantly share code, notes, and snippets.

@nerdenough
Created October 20, 2018 21:28
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 nerdenough/31a59457ad10b49b2d79ddb2df29fc67 to your computer and use it in GitHub Desktop.
Save nerdenough/31a59457ad10b49b2d79ddb2df29fc67 to your computer and use it in GitHub Desktop.
Visual Studio Code Preferences
{
"workbench.colorTheme": "Monokai Pro (Filter Octagon)",
"workbench.iconTheme": "Monokai Pro (Filter Octagon) Icons",
"editor.fontFamily": "Hasklig, Source Code Pro, monospace",
"editor.fontSize": 14,
"editor.fontLigatures": true,
"editor.lineHeight": 24,
"editor.tabSize": 2,
"editor.formatOnPaste": true,
"editor.formatOnSave": true,
"editor.multiCursorModifier": "ctrlCmd",
"editor.minimap.renderCharacters": false,
"files.trimTrailingWhitespace": true,
"files.insertFinalNewline": true,
"files.exclude": {
"**/.git": true,
"**/.DS_Store": true,
"**/node_modules": true
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment