erniebrodeur/ruby-beautify

private, protected indent

Closed this issue · 1 comments

As default this gem does indents code bellow private or protected, is there any configuration parameter which will beautify code like this?

private

  def some_method
  end

Nope, and this bug has been noted in #37