yasnippet-snippets/snippets/cc-mode/if

7 lines
101 B
Plaintext

# -*- mode: snippet -*-
# name: if (...) { ... }
# key: if
# --
if (${1:condition}) ${2:\{
$0
\}}