diff --git a/Building-for-Windows.md b/Building-for-Windows.md index a07b612..74f7342 100644 --- a/Building-for-Windows.md +++ b/Building-for-Windows.md @@ -15,7 +15,10 @@ - Testing tools core features - Recommended (other) - GitHub extension for Visual Studio - +- clang-format 7 + - Install a 7.x version of the LLVM tools from http://releases.llvm.org + - In VS options > Text Editor > C/C++ > Formatting > General, enable "Use custom clang-format.exe file" and point it to the binary. + - You could also use Tools\lint.sh via WSL to execute a linux-native version over the dolphin sources ## Get and Build Dolphin ### Cloning