Created
June 22, 2018 15:32
-
-
Save brandonb927/c02a93d814a3fc7ef104213a0a0642f4 to your computer and use it in GitHub Desktop.
Revisions
-
brandonb927 created this gist
Jun 22, 2018 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,25 @@ { "editor.fontLigatures": true, "editor.glyphMargin": false, "editor.lineNumbers": "off", "editor.snippetSuggestions": "top", "editor.tabCompletion": true, "editor.minimap.enabled": false, "explorer.confirmDelete": false, "explorer.openEditors.visible": 0, "window.title": "${rootName}${separator}${activeEditorMedium}", "window.zoomLevel": 0, "window.clickThroughInactive": false, "workbench.colorCustomizations": { "statusBar.background": "#303030", "statusBar.debuggingBackground": "#511f1f", "statusBar.noFolderBackground": "#222225" }, "workbench.colorTheme": "Tomorrow Night Eighties", "workbench.fontAliasing": "antialiased", "workbench.iconTheme": "vs-seti", "workbench.activityBar.visible": false, "workbench.editor.tabSizing": "shrink", "workbench.sideBar.location": "left", "workbench.settings.enableNaturalLanguageSearch": false // Disables Bing searches... yeah.... }