mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-26 20:09:19 +00:00
Add arguments to rustfmt
This commit is contained in:
parent
32fc890de8
commit
a2b0bdcc24
7 changed files with 25 additions and 3 deletions
|
@ -42,6 +42,7 @@ export async function createClient(config: Config): Promise<null | lc.LanguageCl
|
|||
featureFlags: config.featureFlags,
|
||||
withSysroot: config.withSysroot,
|
||||
cargoFeatures: config.cargoFeatures,
|
||||
rustfmtArgs: config.rustfmtArgs,
|
||||
},
|
||||
traceOutputChannel,
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue