From 54d57bc72f0e2b3eef0fa92d0b730ed6efd7bcaa Mon Sep 17 00:00:00 2001 From: WillaWillNot Date: Fri, 21 Nov 2025 20:35:54 -0500 Subject: Fixed broken examples/formatting reported by CI --- .vscode/settings.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to '.vscode') diff --git a/.vscode/settings.json b/.vscode/settings.json index c504f3ccd..3c9cce18b 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -61,4 +61,8 @@ // "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