feat(FN-4621): complete Step 2 — add worktrunk defaults to both scopes
Fusion-Task-Id: FN-4621 Fusion-Task-Lineage: fc1b0b13-9052-4378-86e3-3634d6c9db4e
This commit is contained in:
@@ -162,6 +162,11 @@ export const DEFAULT_GLOBAL_SETTINGS = {
|
||||
lastRunningProvider: null,
|
||||
},
|
||||
},
|
||||
worktrunk: {
|
||||
enabled: false,
|
||||
binaryPath: undefined,
|
||||
onFailure: "fail",
|
||||
},
|
||||
experimentalFeatures: {},
|
||||
} satisfies CompleteSettings<GlobalSettings>;
|
||||
|
||||
@@ -195,6 +200,11 @@ export const DEFAULT_PROJECT_SETTINGS = {
|
||||
recycleWorktrees: false,
|
||||
executorAllowSiblingBranchRename: false,
|
||||
worktreeNaming: "random",
|
||||
worktrunk: {
|
||||
enabled: false,
|
||||
binaryPath: undefined,
|
||||
onFailure: "fail",
|
||||
},
|
||||
worktreesDir: undefined,
|
||||
taskPrefix: "FN",
|
||||
includeTaskIdInCommit: true,
|
||||
|
||||
Reference in New Issue
Block a user