From 2d438d36dc9075f5dc765b360517c3c8c1b93456 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lu=C3=ADs=20Fonseca?= Date: Wed, 27 Sep 2023 21:34:53 +0100 Subject: [PATCH] docs: rephrase formatting instructions Co-authored-by: Ricardo Antunes --- docs/pages/1_getting_started/main.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/pages/1_getting_started/main.md b/docs/pages/1_getting_started/main.md index 2a4ef4cf1..fa0f6e0f8 100644 --- a/docs/pages/1_getting_started/main.md +++ b/docs/pages/1_getting_started/main.md @@ -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