rust/atom.md
2015-11-17 16:12:54 +13:00

716 B

Running Rustfmt from Atom

You'll need to install Beautify, you can do this by running apm install atom-beautify.

There are 2 setting that need to be configured in the atom beautifier config.

Install rustfmt as per the readme. In atom beautifier, make sure rustfmt is the formatter:

image

Also set the path to your rustfmt location in atom beautifier as shown below. (This setting is towards the bottom of the screen. Need to scroll):

image