Make indentation consistent in example vscode config file
This commit is contained in:
parent
60ef9da723
commit
56f6bdbb70
|
|
@ -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,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue