diff options
| author | Stefan Boberg <[email protected]> | 2022-08-09 14:58:24 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2022-08-09 14:58:24 +0200 |
| commit | 29b295e8b0dda3e67acbb90a18200ff36cc37da0 (patch) | |
| tree | a4aa06ec2541cf07248437829389e2cd94bb67ac | |
| parent | clang-format fix (diff) | |
| download | zen-29b295e8b0dda3e67acbb90a18200ff36cc37da0.tar.xz zen-29b295e8b0dda3e67acbb90a18200ff36cc37da0.zip | |
Update CODING.md
| -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` |