Release v0.3.104
parent
04e3e83db3
commit
c1c99c7e0f
|
|
@ -590,6 +590,11 @@ export type Config = {
|
|||
type: 'remote';
|
||||
} & McpRemoteConfig);
|
||||
};
|
||||
formatter?: {
|
||||
[key: string]: {
|
||||
disabled?: boolean;
|
||||
};
|
||||
};
|
||||
/**
|
||||
* Additional instruction files or patterns to include
|
||||
*/
|
||||
|
|
|
|||
Loading…
Reference in New Issue