Last active
December 22, 2021 19:52
-
-
Save wes-goulet/4ba3bfa670c7b0ccff2f23f4c8eb7eaf to your computer and use it in GitHub Desktop.
VS Code user 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
{ | |
"files.trimTrailingWhitespace": true, | |
"editor.renderWhitespace": "all", | |
"editor.trimAutoWhitespace": true, | |
"editor.formatOnSave": true, | |
"editor.rulers": [ 80 ], | |
"editor.minimap.enabled": false, | |
"workbench.editor.enablePreviewFromQuickOpen": false, | |
"explorer.compactFolders": false | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I haven't been keeping this up to date since VSCode does settings sync