summaryrefslogtreecommitdiffstats
path: root/.emacs.d/etc/yasnippet/snippets/java-mode/printf
blob: 1b8c277192165e7f9db5beb7beadaefef39ca750 (plain) (blame)
1
2
3
4
5
# -*- mode: snippet -*-
# name: printf
# key: pf
# --
System.out.printf("$1${2:%n}"$3);$0