Skip to content

Commit 9e985ee

Browse files
committed
Update default value of text wrapping
1 parent 4e73359 commit 9e985ee

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Tool/Sources/Preferences/Keys.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -304,7 +304,7 @@ public extension UserDefaultPreferenceKeys {
304304
}
305305

306306
var wrapCodeInPromptToCode: PreferenceKey<Bool> {
307-
.init(defaultValue: false, key: "WrapCodeInPromptToCode")
307+
.init(defaultValue: true, key: "WrapCodeInPromptToCode")
308308
}
309309
}
310310

0 commit comments

Comments
 (0)