From 06076c5461c9a4de00704ee05099dd65ec5111ea Mon Sep 17 00:00:00 2001 From: xoviat Date: Sun, 23 Nov 2025 11:33:23 -0600 Subject: fix vscode fmt settings --- .vscode/settings.json | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index 3c9cce18b..73dfa53a4 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -5,6 +5,9 @@ "[markdown]": { "editor.formatOnSave": false }, + "rust-analyzer.rustfmt.extraArgs": [ + "+nightly" + ], "rust-analyzer.check.allTargets": false, "rust-analyzer.check.noDefaultFeatures": true, "rust-analyzer.cargo.noDefaultFeatures": true, @@ -61,8 +64,4 @@ // "examples/stm32wl/Cargo.toml", // "examples/wasm/Cargo.toml", ], - "rust-analyzer.rustfmt.extraArgs": [ - //Uncomment to run rustfmt with nightly-only settings that match the CI - // "+nightly" - ], } \ No newline at end of file -- cgit