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