mirror of
https://github.com/anomalyco/opencode.git
synced 2026-05-20 01:12:15 +00:00
Release v0.3.105
This commit is contained in:
parent
30e10127f2
commit
7665bd9439
1 changed files with 5 additions and 0 deletions
|
|
@ -593,6 +593,11 @@ export type Config = {
|
|||
formatter?: {
|
||||
[key: string]: {
|
||||
disabled?: boolean;
|
||||
command?: Array<string>;
|
||||
environment?: {
|
||||
[key: string]: string;
|
||||
};
|
||||
extensions?: Array<string>;
|
||||
};
|
||||
};
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue