// Place your settings in this file to overwrite the default settings { "editor.wordWrap": "off", "javascript.updateImportsOnFileMove.enabled": "always", "editor.renderWhitespace": "all", "editor.formatOnSave": false, "editor.tabSize": 2, "workbench.colorTheme": "Ayu Mirage Bordered", "editor.fontFamily": "Menlo, Monaco, 'Courier New', monospace, Fira Code Retina", "editor.fontLigatures": true, "editor.fontSize": 13, "workbench.iconTheme": "ayu", "editor.quickSuggestions": { "other": true, "comments": false, "strings": false }, "emmet.showSuggestionsAsSnippets": true, "editor.snippetSuggestions": "top", "emmet.triggerExpansionOnTab": true, "editor.formatOnPaste": false, "editor.formatOnType": false }