## Description
Cherry pick uncrustify changes for cpp from edk2 and apply them to
relevant files.
- [ ] Impacts functionality?
- **Functionality** - Does the change ultimately impact how firmware
functions?
- Examples: Add a new library, publish a new PPI, update an algorithm,
...
- [ ] Impacts security?
- **Security** - Does the change have a direct security impact on an
application,
flow, or firmware?
- Examples: Crypto algorithm change, buffer overflow fix, parameter
validation improvement, ...
- [x] Breaking change?
- **Breaking change** - Will anyone consuming this change experience a
break
in build or boot behavior?
- Implements new uncrustify standard that needs to be applied to all
.cpp files and some cpp-related .h files(GoogleTests). Will need to
update the following repos:
- mu feature config (not dependent on this PR - only cpp file changes)
[PR](https://github.com/microsoft/mu_feature_config/pull/291)
- mu feature ipmi (not dependent on this PR - only cpp file changes)
[PR](https://github.com/microsoft/mu_feature_ipmi/pull/197)
- mu tiano plus [Draft
PR](https://github.com/microsoft/mu_tiano_plus/pull/215)
- [ ] Includes tests?
- **Tests** - Does the change include any explicit test code?
- Examples: Unit tests, integration tests, robot tests, ...
- [ ] Includes documentation?
- **Documentation** - Does the change contain explicit documentation
additions
outside direct code modifications (and comments)?
- Examples: Update readme file, add feature readme file, link to
documentation
on an a separate Web page, ...
## How This Was Tested
Local CI build
## Integration Instructions
WIll need to have up to date mu_tiano_plus branch once merged.
---------
Signed-off-by: Vivian Nowka-Keane <vnowkakeane@linux.microsoft.com>