CraigWilliams/BeautifyRuby

block comments get indented

Closed this issue · 1 comments

Hey, thanks for this awesome plugin!

If you have a ruby block comment:

=begin
yada yada yada
=end

it indents it to
=begin
...
=end

This breaks on most ruby 1.9.3s

the beautifier should not touch =begin and =end, they must remain totally left justified