Skip to content

Instantly share code, notes, and snippets.

@riccop
Last active August 29, 2019 09:52
Show Gist options
  • Save riccop/c9345f70621d145c44f85f3498289eb0 to your computer and use it in GitHub Desktop.
Save riccop/c9345f70621d145c44f85f3498289eb0 to your computer and use it in GitHub Desktop.
VS Code
{
"window.zoomLevel": 0,
"diffEditor.renderSideBySide": true,
"search.maintainFileSearchCache": true,
"search.quickOpen.includeSymbols": true,
"search.smartCase": true,
"git.autofetch": true,
"search.useIgnoreFiles": false,
"files.exclude": {
"**/.git": false
},
"workbench.colorTheme": "One Dark Pro Bold",
"workbench.editor.enablePreviewFromQuickOpen": false,
"breadcrumbs.enabled": true,
"explorer.openEditors.visible": 0,
"window.title": "${dirty} ${activeEditorMedium}${separator}${rootName}",
"editor.minimap.renderCharacters": false,
"editor.minimap.maxColumn": 200,
"editor.minimap.showSlider": "always",
"editor.renderWhitespace": "all",
"editor.smoothScrolling": true,
"editor.cursorBlinking": "phase",
"editor.cursorSmoothCaretAnimation": true,
"files.insertFinalNewline": true,
"files.trimTrailingWhitespace": true,
"telemetry.enableCrashReporter": false,
"telemetry.enableTelemetry": false,
"workbench.settings.enableNaturalLanguageSearch": false,
"workbench.statusBar.feedback.visible": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment