summaryrefslogblamecommitdiffstats
path: root/emacs.d/lisp/yasnippet/snippets/cc-mode/if
blob: c3fe10de7321f572e062668af032c1c78ede08f7 (plain) (tree)
1
2
3
4
5
6





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