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
I expect line_space_after_function_statement will affect the number of spaces after local function Func2() end
The tables also are not affected in any way to any line_space_after_*. There is auto_collapse_lines but I just want to squish lines, not collapse the values.
localt= {
"opaque_mesh",
"transparent_mesh",
}
The text was updated successfully, but these errors were encountered:
local function expression is not affected by
line_space_after_function_statement
, or eitherline_space_after_local_or_assign_statement
I expect
line_space_after_function_statement
will affect the number of spaces afterlocal function Func2() end
The tables also are not affected in any way to any
line_space_after_*
. There isauto_collapse_lines
but I just want to squish lines, not collapse the values.The text was updated successfully, but these errors were encountered: