Created
April 14, 2020 15:11
-
-
Save theJaxon/cd3e4dd7c5a42a2601a17a3fa7c2cea9 to your computer and use it in GitHub Desktop.
VS Code settings %APPDATA%\Code\User\settings. json.
This file contains 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
{ | |
"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