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
The last line is aligned according to the latter ), which matches the indent level of foo(. Is it possible to have an option to match using the first closer } instead? I.e. the above block becomes
foo(bar,
{
key = value
})
This looks more similar with how C is indented in Emacs.
The text was updated successfully, but these errors were encountered:
Yeah, I think that should be possible with another indentation customization parameter, like the ones that were added recently (lua-indent-close-paren-align and lua-indent-nested-block-content-align).
First of all, thanks for the great work!
Consider this example:
The last line is aligned according to the latter
)
, which matches the indent level offoo(
. Is it possible to have an option to match using the first closer}
instead? I.e. the above block becomesThis looks more similar with how C is indented in Emacs.
The text was updated successfully, but these errors were encountered: