Skip to content

Instantly share code, notes, and snippets.

@asvny
Last active August 2, 2017 15:35
Show Gist options
  • Save asvny/cb9fd28521da93eee7622c7fbd1a2284 to your computer and use it in GitHub Desktop.
Save asvny/cb9fd28521da93eee7622c7fbd1a2284 to your computer and use it in GitHub Desktop.
// Place your settings in this file to overwrite the default settings
{
"editor.fontFamily": "Operator Mono",
"editor.fontLigatures": true,
"editor.fontSize": 14,
"editor.tabSize": 2,
"editor.lineHeight": 22,
"editor.formatOnType": true,
"editor.tabCompletion": true,
"editor.fontLigatures": true,
"editor.formatOnSave": false,
"editor.rulers": [
100
],
"window.title": "${activeEditorMedium}${separator}${rootName}",
"html.format.indentHandlebars": true,
"textmarker.highlightColors": [
"darkorange",
"darkkhaki",
"darkgoldenrod",
"darkmagenta",
"darkolivegreen",
"darkslateblue",
"darkslategray",
"darkviolet",
"darkblue",
"darkturquoise",
"darkgray",
"darksalmon",
"darkseagreen"
],
"files.exclude": {
"**/node_modules": true,
"**/tmp": true,
"**/bower_components": true
},
"search.exclude": {
"**/node_modules": true,
"**/tmp": true,
"**/bower_components": true
},
"tidyHtml.tidyExecPath": "/usr/local/bin/tidy",
"tidyHtml.optionsTidy": {
"markup": true,
"output-xml": false,
"input-xml": false
},
"vsicons.dontShowNewVersionMessage": true,
"workbench.iconTheme": "vscode-icons",
"window.zoomLevel": 0,
"vsicons.presets.jsonOfficial": true,
"eslint.autoFixOnSave": true,
"prettier.eslintIntegration": true,
"prettier.printWidth": 100,
"workbench.colorTheme": "Charcoal Oceanic Next",
"workbench.colorCustomizations": {
"activityBar.background": "#1b2b34",
"statusBar.background": "#2d3c44",
"sideBar.background": "#22323a",
"sideBar.foreground": "#b1b3b4",
"editor.background": "#1b2b34",
"statusBar.foreground": "#b1b3b4",
"titleBar.activeBackground":"#2d3c44",
"foreground":"#96a2a2",
"editorGroupHeader.tabsBackground": "#2d3c44",
"tab.inactiveBackground": "#22323a"
},
"gitlens.codeLens.enabled": false,
"gitlens.codeLens.visibility": "ondemand",
"javascript.implicitProjectConfig.checkJs": true,
"emmet.syntaxProfiles": {
"handlebars": "html"
},
"guides.updateDelay": 0,
"guides.enabled": true,
"guides.normal.color.light": "rgba(220, 220, 220, 0)",
"guides.normal.color.dark": "rgba(60, 60, 60, 0.75)",
"editor.renderIndentGuides": false,
"typescript.check.tscVersion": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment