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: