From 4ddf5536b4d0141da503a4f7ad8f35b030eaf84f Mon Sep 17 00:00:00 2001 From: Fabian Raetz Date: Sat, 26 Mar 2016 12:12:00 +0100 Subject: [PATCH] docs(DEVELOPER.md): state that git-clang-format must be in PATH To use ```git clang-format``` your have to make sure that ```git-clang-format``` is in your path. Closes #7778 --- DEVELOPER.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/DEVELOPER.md b/DEVELOPER.md index d1e270b92f..a0ca3c85f6 100644 --- a/DEVELOPER.md +++ b/DEVELOPER.md @@ -260,6 +260,10 @@ to some whitespace difference. $ chmod u+x !$ ``` +**NOTE**: To use ```git clang-format``` use have to make sure that ```git-clang-format``` is in your +```PATH```. The easiest way is probably to just ```npm install -g clang-format``` as it comes with +```git-clang-format```. + * **WebStorm** can run clang-format on the current file. 1. Under Preferences, open Tools > External Tools. 1. Plus icon to Create Tool