esp_hal_snippets/.vscode/settings.json
okhsunrog 418a7e38a1 Update comments and task metadata
Removed outdated comments from `.vscode/settings.json` and updated task metadata in `.idea/workspace.xml`. These updates also include the removal of the static_cell dependency and general cleanup of project settings.
2024-09-08 04:55:34 +03:00

9 lines
No EOL
338 B
JSON

{
"editor.formatOnSave": true,
"evenBetterToml.formatter.alignComments": true,
"evenBetterToml.formatter.alignEntries": true,
"evenBetterToml.formatter.arrayAutoExpand": true,
"evenBetterToml.formatter.arrayTrailingComma": true,
"evenBetterToml.formatter.reorderArrays": true,
"rust-analyzer.checkOnSave.allTargets": false
}