Last active
June 16, 2020 03:45
-
-
Save anonymousraft/d3136ae60fcb0818d44b5ead2382bddf 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": "Oceanic Next (dimmed bg)", | |
| "files.autoSave": "onFocusChange", | |
| "editor.minimap.enabled": true, | |
| "workbench.statusBar.visible": true, | |
| "workbench.activityBar.visible": true, | |
| "editor.formatOnSave": false, | |
| "workbench.colorCustomizations": { | |
| "statusBar.background": "#333333", | |
| "statusBar.noFolderBackground": "#333333", | |
| "statusBar.debuggingBackground": "#263238" | |
| }, | |
| "editor.fontSize": 16, | |
| "css.validate": false, | |
| "scss.validate": false, | |
| "less.validate": false, | |
| "editor.wordWrap": "on", | |
| "workbench.startupEditor": "newUntitledFile", | |
| "[json]": { | |
| "editor.defaultFormatter": "HookyQR.beautify" | |
| }, | |
| "editor.formatOnPaste": true, | |
| "editor.fontFamily": "Fira Code", | |
| "editor.fontLigatures": true | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment