## Description
Format only. `rustfmt.toml` now defaults to tab_spaces to 4 (earlier 2).
No functional changes. No files were actually changed by `cargo fmt
--all` command in this repo (as it does not have any rust files except
from submodules which will be ignored by cargo fmt anyway).
- [ ] Impacts functionality?
- [ ] Impacts security?
- [ ] Breaking change?
- [ ] Includes tests?
- [ ] Includes documentation?
## How This Was Tested
No functional change.
## Integration Instructions
N/A
---
synced local file(s) with
[microsoft/mu_devops](https://github.com/microsoft/mu_devops).
🤖: View the [Repo File Sync Configuration
File](https://github.com/microsoft/mu_devops/blob/main/.sync/Files.yml)
to see how files are synced.
---
This PR was created automatically by the
[repo-file-sync-action](https://github.com/BetaHuhn/repo-file-sync-action)
workflow run
[#10037882152](https://github.com/microsoft/mu_devops/actions/runs/10037882152)
Signed-off-by: Project Mu UEFI Bot <uefibot@microsoft.com>
Adds files to support:
- A cargo-make makefile
- Default Rust toolchain version
- Rust formatting configuration
- Rust host-based unit test CI execution
Signed-off-by: Michael Kubacki <michael.kubacki@microsoft.com>