roeland
roeland
DDeno
Created by roeland on 10/3/2024 in #help
Format with Deno language server ignores fmt settings
I have added these settings in deno.json:
"fmt": {
"lineWidth": 80,
"indentWidth": 4
}
"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)
1 replies