Skip to content

Commit

Permalink
leave formatOnSave to the user (rust-lang#1380)
Browse files Browse the repository at this point in the history
  • Loading branch information
RalfJung authored Jul 1, 2022
1 parent 7bf03d6 commit 3cb910a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/doc/rustc-dev-guide/src/building/suggested.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ you can write: <!-- date: 2022-04 --><!-- the date comment is for the edition be
"./build/$TARGET_TRIPLE/stage0/bin/rustfmt",
"--edition=2021"
],
"editor.formatOnSave": true,
"rust-analyzer.procMacro.enable": true,
"rust-analyzer.cargo.buildScripts.enable": true,
"rust-analyzer.cargo.buildScripts.overrideCommand": [
"cargo",
Expand All @@ -46,7 +46,6 @@ you can write: <!-- date: 2022-04 --><!-- the date comment is for the edition be
"--message-format=json"
],
"rust-analyzer.rustc.source": "./Cargo.toml",
"rust-analyzer.procMacro.enable": true,
}
```

Expand Down

0 comments on commit 3cb910a

Please # to comment.