Closed firas-assaad closed 11 months ago
I'm sick, I'll implement it in a few days.
I'm sick, I'll implement it in a few days.
It's not really urgent, but thanks for taking the time to reply. I hope you get well soon!
after update you can set continuation_indent.before_block = 8
Thanks for developing this formatter!
I use a convention of 4 spaces for continued lines for regular statements, but 8 spaces for lines after the start of a block (e.g.
if
statement, function declaration, loops) to clearly distinguish the block container from the statements inside it:As far as I can tell
continuation_indent
applies to both cases. Is there a way to have a different indent before statements inside a block?