class Foo
getter value : String # comment
def method
end
end
gets formatted to
class Foo
getter value : String # comment
def method
end
end
Crystal 0.23.0 (and 0.22.0).
We should ping formatter master @MakeNowJust 馃憤
This is heavy.
Most helpful comment
We should ping formatter master @MakeNowJust 馃憤