Skip to content

Instantly share code, notes, and snippets.

@rmdashrfv
Created October 7, 2020 22:43
Show Gist options
  • Select an option

  • Save rmdashrfv/a0a451e31a7682766d3b44881c87cfa5 to your computer and use it in GitHub Desktop.

Select an option

Save rmdashrfv/a0a451e31a7682766d3b44881c87cfa5 to your computer and use it in GitHub Desktop.
Settings file for Visual Studio Code
{
"editor.multiCursorModifier": "ctrlCmd",
"python.defaultInterpreterPath": "/usr/bin/python3",
"workbench.colorTheme": "Atom One Dark",
"workbench.iconTheme": "vscode-icons-mac",
"editor.fontSize": 16,
"editor.tabSize": 2,
"editor.hover.sticky": false,
"editor.lineHeight": 22,
"editor.formatOnPaste": true,
"diffEditor.ignoreTrimWhitespace": false
}
@rmdashrfv
Copy link
Author

"files.exclude": {
        ".vim-bookmarks": true,
        "**/node_modules": true
    },

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