Fix: Correct Visual Studio ClangFormat custom path step #76

Merged
Julian Eisel merged 1 commits from George-Mavroeidis/blender-developer-docs:vs-clang-path-fix into main 2024-09-24 11:32:48 +02:00
Showing only changes of commit d3ab5d5c2a - Show all commits

View File

@ -56,7 +56,7 @@ the `.clang-format` file.
However, the version of clang-format shipped However, the version of clang-format shipped
with Visual Studio might not understand all the directives inside with Visual Studio might not understand all the directives inside
`.clang-format` file. You might want to point VS to Blender's `.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` 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. It is recommended to format on save, to avoid forgetting.