ambevar-dotfiles/.emacs.d/snippets/cc-mode/if

7 lines
70 B
Plaintext

# name: if (...) { ... }
# key: if
# --
if (${1:condition})
{
$0
}