1
1
mirror of https://github.com/mawww/kakoune.git synced 2024-12-20 01:41:40 +03:00
kakoune/test/indent/c-family/deindent-if-body/out

14 lines
146 B
Plaintext
Raw Normal View History

2018-09-12 22:25:36 +03:00
if (int i = bar())
foo();
baz
if (bar(a, b,
c, d))
foo(); // comment
baz
if (bar(a, b,
c, d)) // comment
foo();
baz