Last active
May 12, 2023 18:08
-
-
Save evandropsantos/ca0bd795965545068f1f828bf1ca54ac to your computer and use it in GitHub Desktop.
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.bracketPairColorization.enabled": true, | |
| "editor.detectIndentation": false, | |
| "editor.fontFamily": "Fira Code", | |
| "editor.fontLigatures": true, | |
| "editor.fontSize": 13, | |
| "editor.guides.bracketPairs": "active", | |
| "editor.insertSpaces": true, | |
| "editor.minimap.enabled": false, | |
| "editor.renderLineHighlight":"gutter", | |
| "editor.renderWhitespace": "all", | |
| "editor.rulers": [80, 120], | |
| "editor.tabSize": 2, | |
| "git.confirmSync": false, | |
| "javascript.preferences.quoteStyle": "single", | |
| "security.workspace.trust.enabled": false, | |
| "terminal.integrated.defaultProfile.windows": "Git Bash", | |
| "terminal.integrated.fontSize": 12, | |
| "terminal.integrated.tabs.enabled": false, | |
| "typescript.preferences.quoteStyle": "single", | |
| "window.zoomLevel": 0, | |
| "workbench.colorCustomizations": { "terminal.background":"#222" }, | |
| "workbench.colorTheme": "Dracula Soft", | |
| "workbench.iconTheme": "material-icon-theme", | |
| "workbench.startupEditor": "newUntitledFile", | |
| "[python]": { "editor.formatOnType": true }, | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment