Skip to content

Instantly share code, notes, and snippets.

@wes-goulet
Last active December 22, 2021 19:52
Show Gist options
  • Save wes-goulet/4ba3bfa670c7b0ccff2f23f4c8eb7eaf to your computer and use it in GitHub Desktop.
Save wes-goulet/4ba3bfa670c7b0ccff2f23f4c8eb7eaf to your computer and use it in GitHub Desktop.
VS Code user settings
{
"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
}
@wes-goulet
Copy link
Author

I haven't been keeping this up to date since VSCode does settings sync

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