git.r.bdr.sh
/
rbdr
/
dotfiles
/ blame_incremental
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
blame
(non-incremental) |
history
|
HEAD
Merge branch 'master' of gitlab.com:rbdr/dotfiles
[rbdr/dotfiles]
/
atom
/
packages
/
pretty-json
/
menus
/
pretty-json.cson
This page requires JavaScript to run. Use
this page
instead.
... / ...
Commit
Line
Data
1
'menu': [
2
'label': 'Packages'
3
'submenu': [
4
'label': 'Pretty JSON'
5
'submenu': [
6
{
7
'label': 'Prettify'
8
'command': 'pretty-json:prettify',
9
},
10
{
11
'label': 'Minify'
12
'command': 'pretty-json:minify'
13
}
14
]
15
]
16
]