From a1fe1a24c713299460546e916cdceccbf1114ddc Mon Sep 17 00:00:00 2001 From: Pokechu22 Date: Mon, 27 Dec 2021 12:17:31 -0800 Subject: [PATCH] Contributing.md: Mention Visual Studio formatting key combo --- Contributing.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Contributing.md b/Contributing.md index b11bc3b748..4de5c477f8 100644 --- a/Contributing.md +++ b/Contributing.md @@ -51,6 +51,8 @@ In most cases, clang-format can and **should** be used to automatically reformat echo '/Source/Core/**/*.mm filter=clang_format' >> .git/info/attributes ``` +- Visual Studio supports automatically formatting the current document according to the clang-format configuration by pressing Control+K followed by Control+D (or selecting Edit → Advanced → Format Document). This can be used without separately installing clang-format. + # C++ coding style and formatting Summary: