From f4b29167f1fc37e4c4f838a1ef75bc9eae2c6e6d Mon Sep 17 00:00:00 2001 From: Glavin Wiechert Date: Wed, 11 Mar 2015 13:18:06 -0300 Subject: [PATCH] See #213. Disable `Beautify Directory` menu option. --- menus/atom-beautify.cson | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/menus/atom-beautify.cson b/menus/atom-beautify.cson index 2a5df63..aad3faa 100644 --- a/menus/atom-beautify.cson +++ b/menus/atom-beautify.cson @@ -4,8 +4,8 @@ 'Enable atom-beautify': 'beautify:beautify-editor' '.tree-view .file > .name': 'Beautify File': 'beautify:beautify-file' - '.tree-view .directory > .header > .name': - 'Beautify Directory': 'beautify:beautify-directory' +# '.tree-view .directory > .header > .name': +# 'Beautify Directory': 'beautify:beautify-directory' 'menu': [ {