Skip to content

Instantly share code, notes, and snippets.

@Dimanaux
Last active June 25, 2020 09:16
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Dimanaux/ceb7ad3ea43229d295c2c816f6795f8a to your computer and use it in GitHub Desktop.
Save Dimanaux/ceb7ad3ea43229d295c2c816f6795f8a to your computer and use it in GitHub Desktop.
{
"telemetry.enableCrashReporter": false,
"telemetry.enableTelemetry": false,
"files.autoSave": "onFocusChange",
"editor.fontFamily": "'JetBrains Mono', Monaco, 'Courier New', monospace",
"editor.wordWrap": "on",
"[ruby]": {
"editor.tabSize": 2
},
"editor.fontLigatures": true,
"editor.dragAndDrop": false,
"breadcrumbs.enabled": false,
"workbench.colorTheme": "One Monokai",
"editor.minimap.enabled": false,
"editor.mouseWheelZoom": true,
"files.insertFinalNewline": true,
"files.trimFinalNewlines": true,
"files.trimTrailingWhitespace": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment