kakoune/test/indent/c-family/indent-if-body/in

12 lines
133 B
Plaintext
Raw Normal View History

if (int i = bar())%( )
if (bar(a, b,
c, d))%( )
if (bar(a, b,
c, d)) // comment%( )
else%( )
else // comment%( )