Skip to content

Instantly share code, notes, and snippets.

@colingourlay
Last active March 18, 2018 05:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save colingourlay/cfda900eb9f2d2c2efd6316f8d825646 to your computer and use it in GitHub Desktop.
Save colingourlay/cfda900eb9f2d2c2efd6316f8d825646 to your computer and use it in GitHub Desktop.
My VSCode user settings
{
"editor.fontFamily": "Monofur, Menlo, Monaco, Consolas, 'Courier New', monospace",
"editor.fontSize": 15,
"editor.formatOnSave": true,
"editor.tabSize": 2,
"explorer.openEditors.visible": 0,
"files.insertFinalNewline": true,
"git.enableSmartCommit": true,
"git.confirmSync": false,
"prettier.jsxBracketSameLine": true,
"prettier.printWidth": 120,
"prettier.singleQuote": true,
"terminal.integrated.fontFamily": "Monaco, Consolas",
"terminal.integrated.shell.windows": "C:\\WINDOWS\\System32\\bash.exe",
"workbench.colorTheme": "One Dark Pro",
"workbench.iconTheme": "vs-seti",
"[json]": {
"editor.formatOnSave": true
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment