move emacs files from .emacs.d to .
[~bandali/configs] / etc / yasnippet / snippets / java-mode / format
diff --git a/etc/yasnippet/snippets/java-mode/format b/etc/yasnippet/snippets/java-mode/format
new file mode 100644 (file)
index 0000000..7620366
--- /dev/null
@@ -0,0 +1,5 @@
+# -*- mode: snippet -*-
+# name: String.format
+# key: f
+# --
+String.format("$1${2:%n}");$0
\ No newline at end of file