refactor: make formatter config opt-in (#22997)

This commit is contained in:
Dax 2026-04-16 22:33:09 -04:00 committed by GitHub
parent f135c0b5ee
commit 220e3e9a2b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
9 changed files with 313 additions and 144 deletions

View file

@ -1589,7 +1589,7 @@ export type Config = {
}
}
formatter?:
| false
| boolean
| {
[key: string]: {
disabled?: boolean
@ -1601,7 +1601,7 @@ export type Config = {
}
}
lsp?:
| false
| boolean
| {
[key: string]:
| {