Skip to content

Instantly share code, notes, and snippets.

@it-one-mm
Created May 1, 2020 12:46
Show Gist options
  • Save it-one-mm/c65ac696c299596f3f2b6ce70015a434 to your computer and use it in GitHub Desktop.
Save it-one-mm/c65ac696c299596f3f2b6ce70015a434 to your computer and use it in GitHub Desktop.
VSCode Settings
{
"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