D
Deno
Format with Deno language server ignores fmt settings - Deno
R
Deno
β’
2y ago
roeland
Format with Deno language server ignores fmt settings
I have added these settings in
deno.json
deno.json
:
"fmt"
: {
"lineWidth"
:
80
,
"indentWidth"
:
4
}
"fmt"
: {
"lineWidth"
:
80
,
"indentWidth"
:
4
}
When running
deno fmt
deno fmt
this works fine
, but when auto formatting with the Deno language server
(
deno lsp
deno lsp
) these settings are ignored
. Is this normal behaviour
?
(I
'm using Deno 2
, never tried this in Deno 1
)
Deno
Join
Chat about Deno, a modern runtime for JavaScript and TypeScript.
20,934
Members
View on Discord
Resources
ModelContextProtocol
ModelContextProtocol
MCP Server
Recent Announcements
Similar Threads
Was this page helpful?
Yes
No
Similar Threads
Deno fmt with verbatimModuleSyntax?
V
vicary / help
3y ago
Prettier plugin support with deno fmt
K
Kotkoroid / help
14mo ago
deno fmt vs prettier
G
Gary K / help
9mo ago
Deno fmt conflicting with Deno lint, when using IIFE
1
177177177 / help
4y ago