Skip to content

Instantly share code, notes, and snippets.

@jaonoctus
Last active March 27, 2019 20:05
Show Gist options
  • Save jaonoctus/bca33dc530d747ab47fe23d1114a838d to your computer and use it in GitHub Desktop.
Save jaonoctus/bca33dc530d747ab47fe23d1114a838d to your computer and use it in GitHub Desktop.
vscode settings
{
"editor.fontFamily": "'Fira Code', 'Droid Sans Mono', 'monospace', monospace, 'Droid Sans Fallback'",
"editor.fontLigatures": true,
"editor.fontSize": 21,
"editor.tabSize": 2,
"explorer.confirmDelete": false,
"explorer.confirmDragAndDrop": false,
"files.autoSave": "onWindowChange",
"files.insertFinalNewline": true,
"files.trimFinalNewlines": true,
"files.trimTrailingWhitespace": true,
"git.autofetch": true,
"terminal.integrated.fontWeightBold": "400",
"typescript.updateImportsOnFileMove.enabled": "never",
"window.menuBarVisibility": "default",
"window.titleBarStyle": "custom",
"window.zoomLevel": 0,
"workbench.startupEditor": "newUntitledFile",
"workbench.colorTheme": "Yi Dark",
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment