Skip to content

Commit

Permalink
docs: rephrase formatting instructions
Browse files Browse the repository at this point in the history
Co-authored-by: Ricardo Antunes <[email protected]>
  • Loading branch information
luishfonseca and RiscadoA authored Sep 27, 2023
1 parent b9647dc commit 2d438d3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/pages/1_getting_started/main.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,8 @@ git submodule update --init --recursive
### Formatting

To contribute you must ensure your code is correctly formatted. Install
`clang-format` and run the following command to enable the pre-commit hook:
`clang-format` and run the following command to enable a pre-commit hook
which formats your changes automatically:

```bash
git config --local include.path ../.gitconfig
Expand Down

0 comments on commit 2d438d3

Please sign in to comment.