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

17 lines
199 B
Plaintext
Raw Normal View History

2018-09-12 21:25:36 +02:00
if (int i = bar())
foo();%( )
if (bar(a, b,
c, d))
foo(); // comment%( )
if (bar(a, b,
c, d)) // comment
foo();%( )
else
bar();%( )
else // comment
bar();%( )