aboutsummaryrefslogtreecommitdiff
path: root/.vscode/settings.json
blob: 7023b9eadf4724ed5aa79ce8aef623e5b95293b0 (plain)
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,
}