Last active
March 15, 2020 17:03
-
-
Save bradyt/00c8514a491f54bfa095aa8aa2d1e218 to your computer and use it in GitHub Desktop.
This file contains 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 characters
{ | |
"breadcrumbs.enabled": false, | |
"editor.cursorBlinking": "solid", | |
"editor.folding": false, | |
"editor.fontSize": 15, | |
"editor.formatOnSave": true, | |
"editor.glyphMargin": false, | |
"editor.lightbulb.enabled": false, | |
"editor.lineNumbers": "off", | |
"editor.matchBrackets": "never", | |
"editor.minimap.enabled": false, | |
"editor.overviewRulerBorder": false, | |
"editor.renderControlCharacters": true, | |
"editor.renderIndentGuides": false, | |
"editor.renderLineHighlight": "none", | |
"git.decorations.enabled": false, | |
"scm.diffDecorations": "none", | |
"workbench.activityBar.visible": false, | |
"workbench.colorTheme": "Default Light+", | |
"workbench.editor.limit.enabled": true, | |
"workbench.startupEditor": "newUntitledFile", | |
"workbench.statusBar.visible": false, | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment