From 0198e745823005873515c813b213ffcfcfe365ae Mon Sep 17 00:00:00 2001 From: shuffle2 Date: Wed, 18 Dec 2019 22:33:00 -0800 Subject: [PATCH] Updated Building for Windows (markdown) --- Building-for-Windows.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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