Created
January 31, 2022 21:50
-
-
Save grantvanhorn/419cfdfcaf659b1bcc16d53d83b45ab0 to your computer and use it in GitHub Desktop.
VSCode Settings
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 characters
{ | |
"atomKeymap.promptV3Features": true, | |
"editor.bracketPairColorization.enabled": true, | |
"editor.fontFamily": "DroidSansMono Nerd Font, Menlo, Monaco, 'Courier New', monospace", | |
"editor.fontSize": 16, | |
"editor.formatOnPaste": true, | |
"editor.guides.bracketPairs": "active", | |
"editor.letterSpacing": 0.6, | |
"editor.lineHeight": 26, | |
"editor.minimap.enabled": false, | |
"editor.multiCursorModifier": "ctrlCmd", | |
"editor.rulers": [ 80, 100 ], | |
"editor.tabSize": 2, | |
"files.insertFinalNewline": true, | |
"files.trimTrailingWhitespace": true, | |
"security.workspace.trust.untrustedFiles": "open", | |
"typescript.preferences.quoteStyle": "single", | |
"workbench.colorTheme": "One Dark Pro", | |
"workbench.editor.closeEmptyGroups": false, | |
"workbench.editor.enablePreview": false, | |
"workbench.iconTheme": "file-icons", | |
"html.hover.documentation": false, | |
"html.hover.references": false, | |
"css.hover.documentation": false, | |
"css.hover.references": false, | |
"editor.occurrencesHighlight": false, | |
"editor.selectionHighlight": true, | |
"window.zoomLevel": 1, | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment