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