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 b0220ed1f0
commit 3f4a67efb9

View file

@ -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,