my-settings-vscode

My vscode settings

{
  "editor.tabSize": 2,
  "editor.tabCompletion": "on",
  "editor.minimap.enabled": true,
  "editor.fontSize": 16,
  "editor.fontLigatures": true,
  "editor.lineHeight": 24,
  "editor.renderLineHighlight": "gutter",
  "editor.formatOnSave": true,
  "editor.wordWrap": "on",
  "explorer.confirmDragAndDrop": false,
  "files.autoSave": "onFocusChange",
  "files.trimTrailingWhitespace": true,
  "javascript.validate.enable": false,
  "terminal.integrated.shell.windows": "C:\\Program Files\\Git\\bin\\bash.exe",
  "terminal.integrated.fontSize": 14,
  "workbench.iconTheme": "vscode-great-icons",
  "workbench.colorTheme": "Dracula",
  "window.zoomLevel": 0,
}