Skip to content

Commit 3c66480

Browse files
committed
Make 2 toggles default to on
1 parent 0ff8826 commit 3c66480

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Tool/Sources/Preferences/Keys.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ public extension UserDefaultPreferenceKeys {
173173
}
174174

175175
var gitHubCopilotIgnoreTrailingNewLines: PreferenceKey<Bool> {
176-
.init(defaultValue: false, key: "GitHubCopilotIgnoreTrailingNewLines")
176+
.init(defaultValue: true, key: "GitHubCopilotIgnoreTrailingNewLines")
177177
}
178178
}
179179

@@ -318,7 +318,7 @@ public extension UserDefaultPreferenceKeys {
318318
}
319319

320320
var acceptSuggestionWithTab: PreferenceKey<Bool> {
321-
.init(defaultValue: false, key: "AcceptSuggestionWithTab")
321+
.init(defaultValue: true, key: "AcceptSuggestionWithTab")
322322
}
323323
}
324324

0 commit comments

Comments
 (0)