mirror of
https://github.com/anomalyco/opencode.git
synced 2026-05-03 11:16:46 +00:00
refactor: make formatter config opt-in (#22997)
This commit is contained in:
@@ -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]:
|
||||
| {
|
||||
|
||||
Reference in New Issue
Block a user