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