fix(indent/lua): wrong for nested tables due to branch on opening pairs

This commit is contained in:
Jędrzej Boczar 2022-04-06 21:14:56 +02:00 committed by Stephan Seitz
parent ab372a88ef
commit 717fef738b
3 changed files with 8 additions and 3 deletions

View file

@ -0,0 +1,7 @@
local a = {
{
{
1
},
},
}