Make indentation consistent in example vscode config file
This commit is contained in:
parent
b0220ed1f0
commit
3f4a67efb9
1 changed files with 2 additions and 2 deletions
|
|
@ -32,8 +32,8 @@ you can write: <!-- date: 2021-09 --><!-- the date comment is for the edition be
|
|||
"--json-output"
|
||||
],
|
||||
"rust-analyzer.rustfmt.overrideCommand": [
|
||||
"./build/TARGET_TRIPLE/stage0/bin/rustfmt",
|
||||
"--edition=2018"
|
||||
"./build/TARGET_TRIPLE/stage0/bin/rustfmt",
|
||||
"--edition=2018"
|
||||
],
|
||||
"editor.formatOnSave": true,
|
||||
"rust-analyzer.cargo.runBuildScripts": false,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue