BeautifyRuby icon indicating copy to clipboard operation
BeautifyRuby copied to clipboard

Ruby 3.0 single line methods support

Open bendizen opened this issue 3 years ago • 0 comments

Can the formatter please be updated to account for Ruby 3.0 single line methods? Currently it indents each new single line method instead of leaving them at the same indentation level.

Example:

  def method_1 = browser.button(text: 'Add New')
    def method_2 = browser.td(text: integration_name)

bendizen avatar Jan 24 '22 16:01 bendizen