From d3ab5d5c2a850ac0491b674182c6dbe392354b05 Mon Sep 17 00:00:00 2001 From: George Mavroeidis Date: Sun, 22 Sep 2024 22:30:58 -0400 Subject: [PATCH] Correct Visual Studio ClangFormat custom path step --- docs/handbook/development_environments/visual_studio.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/handbook/development_environments/visual_studio.md b/docs/handbook/development_environments/visual_studio.md index 3fc6ea24..ed2fd7d1 100644 --- a/docs/handbook/development_environments/visual_studio.md +++ b/docs/handbook/development_environments/visual_studio.md @@ -56,7 +56,7 @@ the `.clang-format` file. However, the version of clang-format shipped with Visual Studio might not understand all the directives inside `.clang-format` file. You might want to point VS to Blender's -clang-format. Under `Tools -> Options -> C/C++ -> Code Style -> Formatting -> General`, +clang-format. Under `Tools -> Options -> Text Editor -> C/C++ -> Code Style -> Formatting -> General`, check "Use custom path to clang-format.exe", and point it to `lib\windows_x64\llvm\bin\clang-format.exe` It is recommended to format on save, to avoid forgetting. -- 2.30.2