Skip to content

Instantly share code, notes, and snippets.

@jerolan
Last active October 9, 2017 19:45
Show Gist options
  • Save jerolan/f30ca43c802287e03bbe985cf7892ecc to your computer and use it in GitHub Desktop.
Save jerolan/f30ca43c802287e03bbe985cf7892ecc to your computer and use it in GitHub Desktop.
{
"files.trimTrailingWhitespace": true,
"emmet.triggerExpansionOnTab": true,
"javascript.validate.enable": false,
"editor.renderWhitespace": "boundary",
"editor.tabSize": 2,
"editor.minimap.enabled": false,
"editor.tabCompletion": true,
"editor.fontLigatures": true,
"terminal.integrated.fontSize": 14,
"terminal.integrated.shell.osx": "/bin/zsh",
"terminal.external.osxExec": "Hyper.app",
"editor.fontFamily": "Operator Mono",
"editor.rulers": [100],
"editor.fontSize": 14,
"telemetry.enableTelemetry": false,
"workbench.iconTheme": "vscode-icons",
"workbench.colorTheme": "One Dark Pro",
"editor.cursorBlinking": "solid",
"editor.multiCursorModifier": "ctrlCmd",
"git.enableSmartCommit": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment