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
Before the recent update to using shape, and the precedence improvements, we forced that binop expressions would not hang on equality operators, even when they go over the column width.
This was done mainly due to conditions in if statements, where hanging on equality operators looked weird.
This is no longer required anymore, since the recent improvements means that equality operators will look OK.
It also means we can hang to reduce line length in other places, because currently, StyLua will format like this:
Before the recent update to using shape, and the precedence improvements, we forced that binop expressions would not hang on equality operators, even when they go over the column width.
This was done mainly due to conditions in if statements, where hanging on equality operators looked weird.
This is no longer required anymore, since the recent improvements means that equality operators will look OK.
It also means we can hang to reduce line length in other places, because currently, StyLua will format like this:
(Source: https://raw.githubusercontent.com/SafeteeWoW/LibDeflate/4fd8e298c7315d47ee3cd2a9bc71e49f77f2afb0/tests/Test.lua)
The text was updated successfully, but these errors were encountered: