Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

plugins.rust-tools.server.rustfmt.extraArgs

Additional arguments to rustfmt.

Type: null or (list of string)

Default: null

Plugin default: [ ]

Declared by:

plugins.rust-tools.server.rustfmt.overrideCommand

Advanced option, fully override the command rust-analyzer uses for formatting. This should be the equivalent of rustfmt here, and not that of cargo fmt. The file contents will be passed on the standard input and the formatted result will be read from the standard output.

Type: null or (list of string)

Default: null

Plugin default: null

Declared by: