]> code.delx.au - gnu-emacs-elpa/blob - packages/yasnippet/snippets/cc-mode/if
Merge commit '9e55c293a80c6173db756200742e74cb06468ab0'
[gnu-emacs-elpa] / packages / yasnippet / snippets / cc-mode / if
1 # name: if (...) { ... }
2 # key: if
3 # --
4 if (${1:condition})
5 {
6 $0
7 }