* init.el: Add b/join-line-top for joining the next line to this one
[~bandali/configs] / etc / yasnippet / snippets / java-mode / format
1 # -*- mode: snippet -*-
2 # name: String.format
3 # key: f
4 # --
5 String.format("$1${2:%n}");$0