roelandR
Denoβ€’16mo ago
roeland

Format with Deno language server ignores fmt settings

I have added these settings in deno.json:
    "fmt": {
        "lineWidth": 80,
        "indentWidth": 4
    }

When running deno fmt this works fine, but when auto formatting with the Deno language server (deno lsp) these settings are ignored. Is this normal behaviour? (I'm using Deno 2, never tried this in Deno 1)
Was this page helpful?