Make indentation consistent in example vscode config file

This commit is contained in:
Frank Steffahn 2021-09-17 23:33:54 +02:00 committed by Joshua Nelson
parent 60ef9da723
commit 56f6bdbb70
1 changed files with 2 additions and 2 deletions

View File

@ -32,8 +32,8 @@ you can write: <!-- date: 2021-09 --><!-- the date comment is for the edition be
"--json-output" "--json-output"
], ],
"rust-analyzer.rustfmt.overrideCommand": [ "rust-analyzer.rustfmt.overrideCommand": [
"./build/TARGET_TRIPLE/stage0/bin/rustfmt", "./build/TARGET_TRIPLE/stage0/bin/rustfmt",
"--edition=2018" "--edition=2018"
], ],
"editor.formatOnSave": true, "editor.formatOnSave": true,
"rust-analyzer.cargo.runBuildScripts": false, "rust-analyzer.cargo.runBuildScripts": false,