plugins.rust-tools.server.rustfmt.extraArgs

Additional arguments to rustfmt.

default:

[ ]

Type: null or (list of string)

Default: null

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.

default:

null

Type: null or null or (list of string)

Default: null

Declared by: