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.