0

How can I add a keybinding in Atom to run rustfmt on the current file? Do I have to create or install a package? Can I attach it to the "Editor: Auto Indent" command? How do I find out which package Auto Indent comes from?

dspyz
  • 5,280
  • 2
  • 25
  • 63

1 Answers1

1

There is a package called atom-beautify which seems to have preliminary support for rustfmt.

vindvaki
  • 534
  • 2
  • 7