Files
emacs/lisp/yasnippet-snippets/snippets/cc-mode/if
2022-01-04 21:35:17 +01:00

7 lines
101 B
Plaintext

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