UNPKG

atom-nuclide

Version:

A unified developer experience for web and mobile development, built as a suite of features on top of Atom to provide hackability and the support of an active community.

27 lines (26 loc) 447 B
{ "menu": [ { "label": "Edit", "submenu": [ { "label": "Text", "submenu": [ { "label": "Format Code", "command": "nuclide-code-format:format-code" } ] } ] } ], "context-menu": { "atom-text-editor": [ { "label": "Format Code", "command": "nuclide-code-format:format-code" } ] } }