mirror of
https://github.com/BradNut/dotfiles
synced 2025-09-08 17:40:19 +00:00
22 lines
712 B
JavaScript
22 lines
712 B
JavaScript
// 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": "Cobalt2",
|
|
"editor.fontFamily": "Menlo, Monaco, 'Courier New', monospace, Fira Code Retina",
|
|
"editor.fontLigatures": true,
|
|
"editor.fontSize": 13,
|
|
"editor.quickSuggestions": {
|
|
"other": true,
|
|
"comments": false,
|
|
"strings": false
|
|
},
|
|
"emmet.showSuggestionsAsSnippets": true,
|
|
"editor.snippetSuggestions": "top",
|
|
"emmet.triggerExpansionOnTab": true,
|
|
"editor.formatOnPaste": false,
|
|
"editor.formatOnType": false
|
|
}
|