mirror of
https://github.com/anomalyco/opencode.git
synced 2026-04-30 05:29:53 +00:00
refactor: make formatter config opt-in (#22997)
This commit is contained in:
parent
f135c0b5ee
commit
220e3e9a2b
9 changed files with 313 additions and 144 deletions
|
|
@ -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]:
|
||||
| {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue