atom-beautify/menus/atom-beautify.cson

15 lines
288 B
Plaintext
Raw Normal View History

# 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'
]
}
]