Clang-Format 14 (#1321)

* format

* Update dockerfile and other documentation

* Update mac instructions
This commit is contained in:
Derek Hensley
2023-07-27 12:15:40 -04:00
committed by GitHub
parent 9e85f5545a
commit eb6b837d65
11 changed files with 97 additions and 83 deletions
+1 -1
View File
@@ -110,7 +110,7 @@ See the [Style Guide](STYLE.md) for more details on documentation style.
Before opening a PR, walk through the following steps to ensure that your code conforms to the style guide and conventions.
- `make` successfully builds a matching ROM.
- `./format.sh` was run to apply standard formatting.
- `./format.py` was run to apply standard formatting.
- No new compiler warnings were introduced during the build process.
- Can be verified locally by running `tools/warnings_count/check_new_warnings.sh`
- New variables & functions should follow standard naming conventions.