Created
May 28, 2020 07:31
-
-
Save syntax-punk/ff7125f009b86a9db173902a86e70098 to your computer and use it in GitHub Desktop.
VS Code 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": "Night Owl", | |
| "editor.fontSize": 14, | |
| "editor.fontFamily": "Dank Mono, Fira Font, Consolas, 'Courier New', monospace", | |
| "editor.fontLigatures": true, | |
| "editor.renderWhitespace": "boundary", | |
| "workbench.iconTheme": "vscode-icons", | |
| "[typescriptreact]": { | |
| "editor.defaultFormatter": "esbenp.prettier-vscode", | |
| "editor.fontLigatures": true, | |
| }, | |
| "[typescript]": { | |
| "editor.defaultFormatter": "esbenp.prettier-vscode", | |
| "editor.fontLigatures": true, | |
| }, | |
| "editor.defaultFormatter": "esbenp.prettier-vscode", | |
| "editor.formatOnSave": true, | |
| "editor.rulers": [100], | |
| "editor.tabSize": 2, | |
| "files.autoSave": "onFocusChange", | |
| "editor.mouseWheelZoom": true | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment