15 lines
288 B
Plaintext
15 lines
288 B
Plaintext
|
# See https://atom.io/docs/latest/creating-a-package#menus for more details
|
||
|
'context-menu':
|
||
|
'.workspace .editor:not(.mini)':
|
||
|
'Enable atom-beautify': 'beautify'
|
||
|
|
||
|
'menu': [
|
||
|
{
|
||
|
'label': 'Packages'
|
||
|
'submenu': [
|
||
|
'label': 'Beautify'
|
||
|
'command': 'beautify'
|
||
|
]
|
||
|
}
|
||
|
]
|