kakoune/test/indent/go/deindent-generic-closing-brace/in

50 lines
257 B
Plaintext
Raw Normal View History

1
{%( )}
2
{%( )
}
3
{%( )bar()}
4
{%( )bar()
}
5
{
bar()%( )}
6
{
bar()%( )}
7
{(%( ))}
8
{(%( )
)}
9
{(%( )foo())}
10
{(%( )foo()
)}
11
{(
bar()%( ))}
12
{(
bar()%( ))}
13
a := []int{
someFunction(%( )
),
}