Skip to content

Instantly share code, notes, and snippets.

@nqvst
Created June 5, 2017 11:36
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 nqvst/0a86c048bdb9c3b05d0f7ee9b4a2faeb to your computer and use it in GitHub Desktop.
Save nqvst/0a86c048bdb9c3b05d0f7ee9b4a2faeb to your computer and use it in GitHub Desktop.
// Place your settings in this file to overwrite the default settings
{
"editor.fontFamily": "'monofur for Powerline', Monaco, 'Courier New', monospace",
"editor.fontLigatures": false,
"editor.fontSize": 15,
"editor.lineHeight": 16,
"editor.renderIndentGuides": true,
"files.trimTrailingWhitespace": true,
"files.associations": {
"*.mustache": "handlebars"
},
"files.exclude": {
"**/.idea": true
},
"search.exclude": {
"**/node_modules": true,
"**/bower_components": true,
"**/dist": true,
"**/build": true,
"**/lib": true,
"**/coverage": true,
"**/.sass-cache": true
},
"window.zoomLevel": 1,
"files.autoSave": "onWindowChange",
"html.format.indentInnerHtml": true,
"editor.emptySelectionClipboard": false,
"terminal.external.osxExec": "iTerm.app",
"editor.tabSize": 4,
"editor.insertSpaces": true,
"[scss]": {
"editor.tabSize": 4,
"editor.insertSpaces": true
},
"editor.scrollBeyondLastLine": false,
"prettier.tabWidth": 4,
"prettier.singleQuote": true,
"prettier.trailingComma": "all",
"prettier.bracketSpacing": true,
"prettier.jsxBracketSameLine": true,
"window.reopenFolders": "all",
"workbench.iconTheme": "vs-seti",
"editor.occurrencesHighlight": false,
"workbench.colorCustomizations": {
"editor.selectionBackground": "#863257",
"editor.selectionHighlightBackground": "#525454"
},
"workbench.colorTheme": "One Dark Pro"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment