1
1
mirror of https://github.com/mawww/kakoune.git synced 2024-12-19 01:11:36 +03:00
kakoune/test/indent/c-family/deindent-if-body/in

17 lines
199 B
Plaintext

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();%( )