Javascript 更改原子键绑定源

Javascript 更改原子键绑定源,javascript,atom-editor,nuclide-editor,Javascript,Atom Editor,Nuclide Editor,目前,我使用的键绑定Ctrl-Shift-C进行代码格式化,但经过键检查后,它使用的是Atom Ide代码格式,而不是核素js格式(所需的安装包)。如何将源代码更改为仅使用所需包中的格式化程序 当前my keymap.cson的外观如下: '.platform-linux atom-workspace atom-text-editor:not(.mini)': 'ctrl-shift-C': 'code-format:format-code'

目前,我使用的键绑定Ctrl-Shift-C进行代码格式化,但经过键检查后,它使用的是Atom Ide代码格式,而不是核素js格式(所需的安装包)。如何将源代码更改为仅使用所需包中的格式化程序

当前my keymap.cson的外观如下:

'.platform-linux atom-workspace atom-text-editor:not(.mini)':
  'ctrl-shift-C': 'code-format:format-code'