Hi Nyall,<br><br>Sorry for that maybe noob question but you mean setting in the Cmakelists file at the root of the repo:<br>SET (WITH_ASTYLE TRUE CACHE BOOL "If you want to contribute you should reindent with scripts/prepare-commit.sh (using 'our' style)").<br>Am I right? Doing that doesn't change anything; still get the "astyle.sh not found" error message. Anything else I should do?<br><br>Thanks.<br>Le jeudi 13 juillet 2017, Nyall Dawson <<a href="mailto:nyall.dawson@gmail.com">nyall.dawson@gmail.com</a>> a écrit :<br>> On 13 July 2017 at 19:31, DelazJ <<a href="mailto:delazj@gmail.com">delazj@gmail.com</a>> wrote:<br>>> Hi folks,<br>>><br>>> I'm on Windows and try to commit some changes to my branch. As recommended<br>>> in the devs guidelines, I set my configuration with an automatic run of<br>>> prepare-commit.sh.<br>>> Now that I want to git commit, I get the message "astyle.sh not found" and<br>>> the command fails.<br>><br>> Make sure you've set WITH_ASTYLE to on in your cmake configuration.<br>><br>> Nyall<br>>