Skip to content

Instantly share code, notes, and snippets.

@kat-perreira
Last active August 16, 2021 16:44
Show Gist options
  • Save kat-perreira/466bce181e50b9edf9c2861d6c36ea12 to your computer and use it in GitHub Desktop.
Save kat-perreira/466bce181e50b9edf9c2861d6c36ea12 to your computer and use it in GitHub Desktop.
VS Code Settings, Backend
{
"atomKeymap.promptV3Features": true,
"editor.multiCursorModifier": "ctrlCmd",
"editor.formatOnPaste": true,
"workbench.sideBar.location": "right",
"editor.fontSize": 16,
"editor.scrollBeyondLastLine": false,
"editor.tabSize": 2,
"editor.renderWhitespace": "all",
"window.zoomLevel": 0,
"files.trimTrailingWhitespace": true,
"go.useLanguageServer": true,
"editor.suggestSelection": "first",
"vsintellicode.modify.editor.suggestSelection": "automaticallyOverrodeDefaultValue",
"java.configuration.checkProjectSettingsExclusions": false,
"calva.prettyPrintingOptions": {
"enabled": true,
"printEngine": "pprint",
"width": 120
},
"calva.paredit.defaultKeyMap": "strict",
"workbench.editor.enablePreview": false,
"sync.gist": "bd98c46812eae69edf14df263f2ddeb4bd98c46812eae69edf14df263f2ddeb4",
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment