mirror of
https://github.com/aljazceru/opencode.git
synced 2025-12-22 18:24:21 +01:00
Release v0.3.105
This commit is contained in:
@@ -593,6 +593,11 @@ export type Config = {
|
||||
formatter?: {
|
||||
[key: string]: {
|
||||
disabled?: boolean;
|
||||
command?: Array<string>;
|
||||
environment?: {
|
||||
[key: string]: string;
|
||||
};
|
||||
extensions?: Array<string>;
|
||||
};
|
||||
};
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user