aboutsummaryrefslogtreecommitdiff
path: root/.vscode
diff options
context:
space:
mode:
authorWillaWillNot <[email protected]>2025-11-21 20:35:54 -0500
committerWillaWillNot <[email protected]>2025-11-21 20:44:07 -0500
commit54d57bc72f0e2b3eef0fa92d0b730ed6efd7bcaa (patch)
tree9e70765685114955ce4043a65acb0c09c022aec9 /.vscode
parenta5f7764eb4f01a0668cbd3b534cde486b97f5ba4 (diff)
Fixed broken examples/formatting reported by CI
Diffstat (limited to '.vscode')
-rw-r--r--.vscode/settings.json6
1 files changed, 5 insertions, 1 deletions
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 @@
61 // "examples/stm32wl/Cargo.toml", 61 // "examples/stm32wl/Cargo.toml",
62 // "examples/wasm/Cargo.toml", 62 // "examples/wasm/Cargo.toml",
63 ], 63 ],
64} 64 "rust-analyzer.rustfmt.extraArgs": [
65 //Uncomment to run rustfmt with nightly-only settings that match the CI
66 // "+nightly"
67 ],
68} \ No newline at end of file