Created
July 17, 2019 15:14
-
-
Save dandeveloper/119a6c7293dff383f09ccceb47cf285a to your computer and use it in GitHub Desktop.
VSCode Settings
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
| { | |
| "workbench.colorTheme": "One Dark Pro", | |
| "terminal.integrated.fontFamily": "Meslo LG L for Powerline", | |
| "[html]": { | |
| "editor.tabSize": 4 | |
| }, | |
| "[javascript]": { | |
| "editor.tabSize": 2 | |
| }, | |
| "[typescript]": { | |
| "editor.tabSize": 2 | |
| }, | |
| "[python]": { | |
| "editor.tabSize": 4 | |
| }, | |
| "[ruby]": { | |
| "editor.tabSize": 2 | |
| }, | |
| "workbench.iconTheme": "material-icon-theme", | |
| "window.zoomLevel": 0, | |
| "editor.rulers": [ | |
| 120 | |
| ], | |
| "editor.fontSize": 11, | |
| "terminal.integrated.fontSize": 11 | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment