Created
May 1, 2020 12:46
-
-
Save it-one-mm/c65ac696c299596f3f2b6ce70015a434 to your computer and use it in GitHub Desktop.
VSCode Settings
This file contains 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": "Ayu Mirage", | |
"workbench.iconTheme": "material-icon-theme", | |
"editor.fontSize": 19, | |
"files.autoSave": "onFocusChange", | |
"editor.formatOnSave": true, | |
"terminal.integrated.shell.windows": "C:\\Windows\\System32\\cmd.exe", | |
"debug.console.fontSize": 18, | |
"markdown.preview.fontSize": 18, | |
"terminal.integrated.fontSize": 18, | |
"todo-tree.tree.showScanModeButton": false, | |
"editor.defaultFormatter": "esbenp.prettier-vscode", | |
"[javascript]": { | |
"editor.defaultFormatter": "esbenp.prettier-vscode" | |
}, | |
"editor.autoClosingBrackets": "always", | |
"terminal.integrated.fontWeightBold": "normal" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment