Skip to content
This repository has been archived by the owner on Dec 8, 2020. It is now read-only.

Latest commit

 

History

History
12 lines (7 loc) · 443 Bytes

rustfmt_configuration.md

File metadata and controls

12 lines (7 loc) · 443 Bytes

Rustfmt Configuration Page

The extension supports only one configuration parameter to configure rustfmt.

The "rust.rustfmtPath" configuration parameter specifies a path to the rustfmt's executable.

The possible values:

  • "Some path" - the extension would try to use the path
  • null - the extension would try to use the PATH variable of the environment

If the extension failed to start rustfmt, formatting wouldn't be available.