native macOS codings agent orchestrator
5
fork

Configure Feed

Select the types of activity you want to include in your feed.

Apply swiftlint optional default style in PlainTextEditor

onevcat a62652a4 6acb1e02

+1 -1
+1 -1
supacode/Support/PlainTextEditor.swift
··· 5 5 @Binding var text: String 6 6 var isMonospaced: Bool = false 7 7 var shouldFocus: Bool = false 8 - var placeholder: String? = nil 8 + var placeholder: String? 9 9 var hidesPlaceholderWhenFocused: Bool = false 10 10 11 11 func makeCoordinator() -> Coordinator {