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
Is it possible to support formatting ruby files? For example sorting classes in a class: kwarg would be a good start:
some_method(class: "text-white mt-4 bg-gray-500")
@prettier/plugin-ruby is used to format ruby files, though it looks like it uses an external service to format them. Not sure if there's anything the prettier plugin can do?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Is it possible to support formatting ruby files? For example sorting classes in a
class:
kwarg would be a good start:@prettier/plugin-ruby is used to format ruby files, though it looks like it uses an external service to format them. Not sure if there's anything the prettier plugin can do?
Beta Was this translation helpful? Give feedback.
All reactions