Created
January 3, 2024 23:13
-
-
Save alexcarpenter/fc13caa55f02af46b2b83a7ebe29d256 to your computer and use it in GitHub Desktop.
.vscode/settings.json
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
{ | |
"window.autoDetectColorScheme": true, | |
"workbench.colorTheme": "GitHub Dark", | |
"workbench.preferredLightColorTheme": "GitHub Light", | |
"workbench.preferredDarkColorTheme": "GitHub Dark", | |
"workbench.tree.indent": 20, | |
"editor.fontFamily": "JetBrains Mono NL, Menlo, Monaco, 'Courier New', monospace", | |
"editor.fontSize": 16, | |
"editor.tabSize": 2, | |
"editor.cursorStyle": "block", | |
"editor.lineHeight": 2, | |
"editor.minimap.enabled": false, | |
"editor.renderWhitespace": "all", | |
"files.trimTrailingWhitespace": true, | |
"editor.formatOnSave": true, | |
"editor.wordWrap": "on", | |
"workbench.activityBar.visible": false, | |
"workbench.startupEditor": "none", | |
"editor.cursorSmoothCaretAnimation": "on", | |
"editor.cursorBlinking": "phase", | |
"workbench.fontAliasing": "auto", | |
"workbench.sideBar.location": "right", | |
"terminal.integrated.fontSize": 18, | |
"terminal.integrated.lineHeight": 1.2, | |
"workbench.settings.editor": "json", | |
"window.title": "${activeEditorLong}${separator}${rootName}", | |
"workbench.statusBar.visible": false, | |
"git.mergeEditor": false, | |
"editor.stickyScroll.enabled": true, | |
"editor.accessibilitySupport": "off", | |
"git.autofetch": true | |
}, |
Author
alexcarpenter
commented
Jan 5, 2024

Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment