Skip to content

Instantly share code, notes, and snippets.

@matheusramos
Created March 27, 2018 14:50
Show Gist options
  • Save matheusramos/8ad7352b9a00599cfda18729ae110c5a to your computer and use it in GitHub Desktop.
Save matheusramos/8ad7352b9a00599cfda18729ae110c5a to your computer and use it in GitHub Desktop.
vscode settings
{
"workbench.startupEditor": "none",
"extensions.ignoreRecommendations": false,
"editor.tabSize": 2,
"editor.renderWhitespace": "all",
"editor.fontFamily": "'Fira Code', Inconsolata, 'Droid Sans Mono', monospace",
"editor.fontLigatures": true,
"editor.fontSize": 14,
"vscode_custom_css.imports": ["file:///home/matheus/dev/vscode/styles.css"]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment