plugins.rustaceanvim.settings.server.default_settings.rust-analyzer.rustfmt.extraArgs
Additional arguments to rustfmt
.
Type: null or (list of string)
Default:
null
Plugin default: [ ]
plugins.rustaceanvim.settings.server.default_settings.rust-analyzer.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