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
localfunctionescape(str)
return (str:gsub("\\", "\\\\"):gsub("(%c)%f[0-9]", longControlCharEscapes):gsub("%c", shortControlCharEscapes))
end
with a 100 column width limit, running stylua 0.14.2 on the file twice has an effect. without the 100 column limit (defaulting to 120), it also has unstable formatting on the second format, but it doesn't reverse like it does at the 100 column limit.
The text was updated successfully, but these errors were encountered:
https://github.com/kikito/inspect.lua/blob/master/inspect.lua
reduction:
with a 100 column width limit, running stylua 0.14.2 on the file twice has an effect. without the 100 column limit (defaulting to 120), it also has unstable formatting on the second format, but it doesn't reverse like it does at the 100 column limit.
The text was updated successfully, but these errors were encountered: