1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
{ "[markdown]": { "editor.wordWrap": "wordWrapColumn", "editor.wordWrapColumn": 80, "editor.wordBasedSuggestions": false }, "[mdx]": { "editor.wordWrap": "wordWrapColumn", "editor.wordWrapColumn": 80, "editor.wordBasedSuggestions": false }, "deno.enable": true, "deno.lint": true, "deno.unstable": true, }