Skip to content

Instantly share code, notes, and snippets.

@dougajmcdonald
Created October 24, 2018 12:15
Show Gist options
  • Save dougajmcdonald/244b0c35df6135ee88963e3af568caa9 to your computer and use it in GitHub Desktop.
Save dougajmcdonald/244b0c35df6135ee88963e3af568caa9 to your computer and use it in GitHub Desktop.
VS Code user settings
{
"editor.fontFamily": "Dank Mono, Menlo, Monaco, 'Courier New', monospace",
"editor.fontSize": 19,
"editor.lineHeight": 25,
"editor.letterSpacing": 0.5,
"editor.fontLigatures": true,
"editor.autoIndent": true,
"files.trimTrailingWhitespace": true,
"editor.fontWeight": "400",
"prettier.eslintIntegration": true,
"editor.cursorStyle": "line",
"editor.cursorWidth": 5,
"editor.cursorBlinking": "solid",
"editor.renderWhitespace": "all",
"editor.tabSize": 2,
"git.autofetch": true,
"git.confirmSync": false,
"git.enableSmartCommit": true,
"cSpell.userWords": [
"button",
"corewar",
"initialised",
"intelli",
"is",
"logo",
"octicon",
"sense"
],
"editor.detectIndentation": false,
"editor.formatOnSave": true,
"workbench.colorTheme": "Night Owl"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment