You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 1, 2023. It is now read-only.
Currently, formatted code in swift-doc requires horizontal scrolling in a lot of places. See attached screenshot from ComposableArchitecture package docs.
It would be great if swift-doc could reformat the code to some narrow width, at least appropriate for the default font. Something like SwiftFormat could help with this, as it gained line width reformatting capabilities recently.