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.
12 lines (11 loc) • 378 B
JSON
{
".platform-darwin atom-workspace atom-text-editor:not(.mini)": {
"cmd-shift-c": "nuclide-code-format:format-code"
},
".platform-win32 atom-workspace atom-text-editor:not(.mini)": {
"ctrl-shift-c": "nuclide-code-format:format-code"
},
".platform-linux atom-workspace atom-text-editor:not(.mini)": {
"ctrl-shift-c": "nuclide-code-format:format-code"
}
}