projects
/
~bandali
/
configs
/ blame
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
blame
(incremental) |
history
|
HEAD
shell: add ~/.Xmodmap file
[~bandali/configs]
/
.emacs.d
/
etc
/
yasnippet
/
snippets
/
java-mode
/
format
Commit
Line
Data
476f6228
AB
1
# -*- mode: snippet -*-
2
# name: String.format
3
# key: f
4
# --
5
String.format("$1${2:%n}");$0