Skip to content

Instantly share code, notes, and snippets.

@vekio
Created January 4, 2022 13:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vekio/3eb62745d84ee15e0f177751db3dabea to your computer and use it in GitHub Desktop.
Save vekio/3eb62745d84ee15e0f177751db3dabea to your computer and use it in GitHub Desktop.
VSCODE
{
"workbench.iconTheme": "vscode-icons",
"vsicons.dontShowNewVersionMessage": true,
"[makefile]": {
"editor.detectIndentation": false,
"editor.insertSpaces": false
},
"[vue]": {
"editor.tabSize": 2
},
"[json]": {
"editor.tabSize": 2
},
"[javascript]": {
"editor.tabSize": 2
},
"files.trimTrailingWhitespace": true,
"files.trimFinalNewlines": true,
"editor.scrollBeyondLastLine": false,
"workbench.editorAssociations": {
"*.ipynb": "jupyter-notebook"
},
"notebook.cellToolbarLocation": {
"default": "right",
"jupyter-notebook": "left"
},
"editor.fontFamily": "'Cascadia Code PL', Consolas",
"editor.fontLigatures": "font-feature-settings",
"editor.fontSize": 14,
"editor.cursorStyle": "line",
"files.insertFinalNewline": true,
"editor.renderFinalNewline": false,
"editor.bracketPairColorization.enabled": true,
"editor.guides.bracketPairs": "active",
"python.formatting.provider": "black",
"workbench.colorTheme": "Atom One Dark"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment