2020-01-05 20:28:45 +00:00
|
|
|
// 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,
|
2020-09-17 00:30:26 +00:00
|
|
|
"workbench.colorTheme": "Cobalt2",
|
2020-01-05 20:28:45 +00:00
|
|
|
"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
|
|
|
|
|
}
|