Skip to content

Instantly share code, notes, and snippets.

@theJaxon
Created April 14, 2020 15:11
Show Gist options
  • Save theJaxon/cd3e4dd7c5a42a2601a17a3fa7c2cea9 to your computer and use it in GitHub Desktop.
Save theJaxon/cd3e4dd7c5a42a2601a17a3fa7c2cea9 to your computer and use it in GitHub Desktop.
VS Code settings %APPDATA%\Code\User\settings. json.
{
"workbench.startupEditor": "newUntitledFile",
"editor.fontSize": 16,
"workbench.colorTheme": "Pop N' Lock Theme by Luxcium ✨",
"editor.fontFamily": "Fira Code",
"editor.fontLigatures": true,
"editor.suggestSelection": "first",
"vsintellicode.modify.editor.suggestSelection": "automaticallyOverrodeDefaultValue",
"python.jediEnabled": false,
// Configure editor settings to be overridden for [yaml] language.
"[yaml]": {
"editor.insertSpaces": true,
"editor.tabSize": 2,
"editor.autoIndent": false
},
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment