Skip to content

Commit 56f6bdb

Browse files
steffahnjyn514
authored andcommitted
Make indentation consistent in example vscode config file
1 parent 60ef9da commit 56f6bdb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/building/suggested.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ you can write: <!-- date: 2021-09 --><!-- the date comment is for the edition be
3232
"--json-output"
3333
],
3434
"rust-analyzer.rustfmt.overrideCommand": [
35-
"./build/TARGET_TRIPLE/stage0/bin/rustfmt",
36-
"--edition=2018"
35+
"./build/TARGET_TRIPLE/stage0/bin/rustfmt",
36+
"--edition=2018"
3737
],
3838
"editor.formatOnSave": true,
3939
"rust-analyzer.cargo.runBuildScripts": false,

0 commit comments

Comments
 (0)