1
1
mirror of https://github.com/mawww/kakoune.git synced 2025-01-04 17:58:31 +03:00
kakoune/test/indent/c-family/indent-if-body/out

11 lines
114 B
Plaintext

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