diff options
| author | Frank Steffahn <frank.steffahn@stu.uni-kiel.de> | 2021-09-17 23:33:54 +0200 |
|---|---|---|
| committer | Joshua Nelson <github@jyn.dev> | 2021-09-17 16:52:56 -0500 |
| commit | 3f4a67efb94c5b385cd2da809d05285bacf8c8b3 (patch) | |
| tree | 51be578dda1d64cdfec413701921c181f276608c /src/doc/rustc-dev-guide | |
| parent | b0220ed1f071fb2121bd2c25d26fe7a0ab6a1bba (diff) | |
| download | rust-3f4a67efb94c5b385cd2da809d05285bacf8c8b3.tar.gz rust-3f4a67efb94c5b385cd2da809d05285bacf8c8b3.zip | |
Make indentation consistent in example vscode config file
Diffstat (limited to 'src/doc/rustc-dev-guide')
| -rw-r--r-- | src/doc/rustc-dev-guide/src/building/suggested.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/doc/rustc-dev-guide/src/building/suggested.md b/src/doc/rustc-dev-guide/src/building/suggested.md index eed267f9832..f1665efdc78 100644 --- a/src/doc/rustc-dev-guide/src/building/suggested.md +++ b/src/doc/rustc-dev-guide/src/building/suggested.md @@ -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, |
