confi-emacs-actual/snippets/kotlin-mode/if
2022-03-29 19:21:13 -04:00

9 lines
105 B
Plaintext

# -*- mode: snippet -*-
# contributor: Seong Yong-ju
# name: if
# key: if
# --
if (${1:true}) {
$0
}