Skip to content

Instantly share code, notes, and snippets.

@cabrinha
Created April 25, 2019 21:21
Show Gist options
  • Save cabrinha/74f6421af120542904b028810126fc3f to your computer and use it in GitHub Desktop.
Save cabrinha/74f6421af120542904b028810126fc3f to your computer and use it in GitHub Desktop.
{
"editor.fontSize" : 14,
"editor.fontFamily" : "'Fira Code', Menlo, Monaco, 'Courier New', monospace",
"editor.fontWeight" : "500",
"editor.tabSize" : 2,
"editor.fontLigatures" : true,
"workbench.colorTheme" : "Base16 Dark Ashes",
"editor.detectIndentation" : false,
"files.trimTrailingWhitespace": true,
"window.zoomLevel": 0,
"terminal.integrated.fontSize": 13,
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment