1
1
mirror of https://github.com/mawww/kakoune.git synced 2024-12-19 09:21:30 +03:00
kakoune/test/indent/c-family/indent-if-body/in

8 lines
102 B
Plaintext

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