First commit.
This commit is contained in:
8
snippets/kotlin-mode/if
Normal file
8
snippets/kotlin-mode/if
Normal file
@ -0,0 +1,8 @@
|
||||
# -*- mode: snippet -*-
|
||||
# contributor: Seong Yong-ju
|
||||
# name: if
|
||||
# key: if
|
||||
# --
|
||||
if (${1:true}) {
|
||||
$0
|
||||
}
|
Reference in New Issue
Block a user