Fix: Correct Visual Studio ClangFormat custom path step #76
@ -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.
|
||||||
|
Loading…
Reference in New Issue
Block a user