delete old config files
[~bandali/configs] / .emacs.d / etc / yasnippet / snippets / java-mode / format
1 # -*- mode: snippet -*-
2 # name: String.format
3 # key: f
4 # --
5 String.format("$1${2:%n}");$0