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 has been archived by the owner on Aug 31, 2023. It is now read-only.
Prettier formats each interface member on its own line whereas Rome tries to fit as many as possible on a single line Playground.
Input
Prettier
Rome
Expected
Rome formats every interface member on its own line but tries to fit as many type members on a single line as possible (same as Prettier)
The text was updated successfully, but these errors were encountered: