First of all, thanks for the great work!
Consider this example:
foo(bar,
{
key = value
})
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.