You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa({ aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa=false})
-- becomes this after running stylua with the default settingsaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa({ aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa=false })
-- running stylua again makes it wrap, because it exceeds the column limitaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa({
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa=false,
})
-- running it again does not change the formatting
What I expected: StyLua should get to the third line in one run.
Version: 0.11.1
The text was updated successfully, but these errors were encountered:
I think there is also another subtle bug here, in that the second version (with spaces before/after each brace) is just at the column width (120), so it should just stay at the second point, on one line.
If I fix the above bug, then this overall bug should no longer happen
Steps to reproduce:
What I expected: StyLua should get to the third line in one run.
Version: 0.11.1
The text was updated successfully, but these errors were encountered: