We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb47614 commit c4a6c02Copy full SHA for c4a6c02
1 file changed
Tool/Sources/Preferences/Keys.swift
@@ -298,6 +298,10 @@ public extension UserDefaultPreferenceKeys {
298
var promptToCodeCodeFontSize: PreferenceKey<Double> {
299
.init(defaultValue: 13, key: "PromptToCodeCodeFontSize")
300
}
301
+
302
+ var hideCommonPrecedingSpacesInPromptToCode: PreferenceKey<Bool> {
303
+ .init(defaultValue: true, key: "HideCommonPrecedingSpacesInPromptToCode")
304
+ }
305
306
307
// MARK: - Suggestion
0 commit comments