Replies: 1 comment 1 reply
-
Hey @doits, this might not be 100% what you are looking for, but I'm working on integrating the algorithms from the prettier plugin into the new Herb Formatter for HTML+ERB files. Is this Ruby snippet within a ERB file? Or is this in a pure Ruby file? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
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