We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ff8826 commit 3c66480Copy full SHA for 3c66480
1 file changed
Tool/Sources/Preferences/Keys.swift
@@ -173,7 +173,7 @@ public extension UserDefaultPreferenceKeys {
173
}
174
175
var gitHubCopilotIgnoreTrailingNewLines: PreferenceKey<Bool> {
176
- .init(defaultValue: false, key: "GitHubCopilotIgnoreTrailingNewLines")
+ .init(defaultValue: true, key: "GitHubCopilotIgnoreTrailingNewLines")
177
178
179
@@ -318,7 +318,7 @@ public extension UserDefaultPreferenceKeys {
318
319
320
var acceptSuggestionWithTab: PreferenceKey<Bool> {
321
- .init(defaultValue: false, key: "AcceptSuggestionWithTab")
+ .init(defaultValue: true, key: "AcceptSuggestionWithTab")
322
323
324
0 commit comments