Created
October 7, 2020 22:43
-
-
Save rmdashrfv/a0a451e31a7682766d3b44881c87cfa5 to your computer and use it in GitHub Desktop.
Settings file for Visual Studio Code
This file contains hidden or 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
| { | |
| "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 | |
| } |
Author
rmdashrfv
commented
Apr 9, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment