See #213. Disable `Beautify Directory` command from menus
This commit is contained in:
parent
328b9e4455
commit
72e4384cf8
|
@ -7,9 +7,9 @@
|
||||||
'.tree-view .file > .name': [
|
'.tree-view .file > .name': [
|
||||||
{label: 'Beautify File', command: 'atom-beautify:beautify-file'}
|
{label: 'Beautify File', command: 'atom-beautify:beautify-file'}
|
||||||
]
|
]
|
||||||
'.tree-view .directory > .header > .name': [
|
# '.tree-view .directory > .header > .name': [
|
||||||
{label: 'Beautify Directory', command: 'atom-beautify:beautify-directory'}
|
# {label: 'Beautify Directory', command: 'atom-beautify:beautify-directory'}
|
||||||
]
|
# ]
|
||||||
|
|
||||||
'menu': [
|
'menu': [
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue