yasnippet-snippets/snippets/cc-mode/if

7 lines
99 B
Plaintext

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