Skip to content
This repository has been archived by the owner on Oct 22, 2024. It is now read-only.

Commit

Permalink
adds rustfmt
Browse files Browse the repository at this point in the history
  • Loading branch information
claravanstaden authored and claravanstaden committed Feb 8, 2024
1 parent 8dc752f commit b0628c1
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions rust-toolchain.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
[toolchain]
# rustup has no subcommand (yet) for installing the toolchain in rust-toolchain.toml:
# https://github.com/rust-lang/rustup/issues/2686
# The auto-installation behaviour in rustup will likely be removed:
# https://github.com/rust-lang/rustup/issues/1397
channel = "1.75.0"
components = [
"clippy",
"rust-analyzer",
"rust-src",
]
targets = ["wasm32-unknown-unknown"]
profile = "minimal"

0 comments on commit b0628c1

Please sign in to comment.