vshaxe
vshaxe copied to clipboard
2.25 update breaks formatting of for loop with parentheses around start value
Original:
for (i in (startLine + 1)...endLine)
Wrong formatting:
for (i in(startLine + 1)...endLine)
seems like that's broken in latest formatter. apparently none of the 742 testcases caught it. I'll add one more then. :)
fixed in v2.26.0