diff options
Diffstat (limited to '.emacs.d/etc/yasnippet/snippets/java-mode/format')
-rw-r--r-- | .emacs.d/etc/yasnippet/snippets/java-mode/format | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.emacs.d/etc/yasnippet/snippets/java-mode/format b/.emacs.d/etc/yasnippet/snippets/java-mode/format new file mode 100644 index 0000000..7620366 --- /dev/null +++ b/.emacs.d/etc/yasnippet/snippets/java-mode/format @@ -0,0 +1,5 @@ +# -*- mode: snippet -*- +# name: String.format +# key: f +# -- +String.format("$1${2:%n}");$0
\ No newline at end of file |