Skip to content

Instantly share code, notes, and snippets.

@belchior
Last active October 4, 2020 18:18
Show Gist options
  • Save belchior/c6591b99d131a9999a887eabc10ab922 to your computer and use it in GitHub Desktop.
Save belchior/c6591b99d131a9999a887eabc10ab922 to your computer and use it in GitHub Desktop.
{
"ActiveFileInStatusBar.fullpath": false,
"breadcrumbs.enabled": false,
"editor.fontFamily": "Menlo, Consolas, Monaco, 'Courier New', monospace",
"editor.fontSize": 13,
"editor.formatOnPaste": true,
"editor.formatOnSave": true,
"editor.minimap.enabled": false,
"editor.multiCursorModifier": "ctrlCmd",
"editor.occurrencesHighlight": false,
"editor.renderWhitespace": "boundary",
"editor.rulers": [
120
],
"editor.selectionHighlight": false,
"editor.tabSize": 2,
"editor.wordWrapColumn": 120,
"explorer.confirmDragAndDrop": false,
"explorer.openEditors.visible": 0,
"files.insertFinalNewline": true,
"files.trimTrailingWhitespace": true,
"git.autofetch": true,
"git.confirmSync": false,
"javascript.updateImportsOnFileMove.enabled": "always",
"window.zoomLevel": 0,
"workbench.activityBar.visible": false,
"workbench.fontAliasing": "antialiased",
"workbench.list.horizontalScrolling": true,
"workbench.startupEditor": "newUntitledFile",
"workbench.tree.indent": 16,
"workbench.tree.renderIndentGuides": "none",
"workbench.editor.tabSizing": "shrink",
"typescript.updateImportsOnFileMove.enabled": "always",
"timeline.excludeSources": [],
"workbench.statusBar.visible": true,
"diffEditor.ignoreTrimWhitespace": false,
"diffEditor.renderSideBySide": true,
"mdb.confirmRunAll": false,
"workbench.list.smoothScrolling": true,
"search.searchEditor.reusePriorSearchConfiguration": true,
"extensions.ignoreRecommendations": true,
"editor.snippetSuggestions": "top",
"workbench.editor.showTabs": true,
"hediet.vscode-drawio.theme": "dark",
"elixir.projectPath": "./mix.exs",
"[json]": {
"editor.defaultFormatter": "vscode.json-language-features"
},
"[elixir]": {
"editor.defaultFormatter": "JakeBecker.elixir-ls"
},
"workbench.colorTheme": "One Dark Pro",
"[jsonc]": {
"editor.defaultFormatter": "vscode.json-language-features"
},
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment