diff options
| -rw-r--r-- | CODING.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -16,6 +16,8 @@ Those who are familiar with the UE coding standards will note that we do not req To ensure consistent formatting we rely on `clang-format` to automatically format source code. This leads to consistent formatting which should lead to less surprises and more straightforward merging. Formatting is ensured by using [pre-commit](https://pre-commit.com/) + +- [Ensure you have a Python install](https://www.python.org/downloads/) and that Python has been added to the PATH environment variable - [Install pre-commit](https://pre-commit.com/#installation) so it is available in PATH - Run pre-commit manually on staged files `pre-commit run` - Run pre-commit manually on all files `pre-commit run --all-files` |