Open
Description
Multi-line supertraits appear to be insufficiently indented:
trait Foo:
Fn(
ReallyLongTypeName,
ReallyLongTypeName,
ReallyLongTypeName,
ReallyLongTypeName,
) -> ReallyLongTypeName
{
}
I'd prefer the later lines to be indented an extra level:
trait Foo:
Fn(
ReallyLongTypeName,
ReallyLongTypeName,
ReallyLongTypeName,
ReallyLongTypeName,
) -> ReallyLongTypeName
{
}
Thank you!
Activity
ytmimi commentedon Mar 28, 2024
@swooster thanks for the report! You're right the indentation seems off here
Flowrey commentedon Mar 29, 2024
Hi! Can i give it a try ?
itemize_list
andwrite_list
to recover trait bound comments #6048