Polish CONTRIBUTING>md (#2005)

This commit is contained in:
Yi Wang 2025-03-25 19:06:34 -07:00 committed by GitHub
parent 916fd273ea
commit fecdb8717e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -17,13 +17,13 @@ possible.
You can also run the formatters manually as follows:
```
clang-format -i file.cpp
```
```shell
clang-format -i file.cpp
```
```
black file.py
```
```shell
black file.py
```
or run `pre-commit run --all-files` to check all files in the repo.