vimrc/sources_non_forked/snipmate-snippets/c/if.snippet

4 lines
47 B
Plaintext

if (${1:/* condition */}) {
${2:/* code */}
}