From 9299eaa31c40d6b1def7a0852df45ab559714769 Mon Sep 17 00:00:00 2001 From: Margen67 Date: Fri, 7 May 2021 23:32:37 -1000 Subject: [PATCH] https, remove whitespace --- ClangFormat-Visual-Studio-plug-in.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/ClangFormat-Visual-Studio-plug-in.md b/ClangFormat-Visual-Studio-plug-in.md index fc30216..88360af 100644 --- a/ClangFormat-Visual-Studio-plug-in.md +++ b/ClangFormat-Visual-Studio-plug-in.md @@ -1,14 +1,15 @@ ## Download link: -http://llvm.org/pre-releases/win-snapshots/ClangFormat-r258122.vsix + +https://llvm.org/pre-releases/win-snapshots/ClangFormat-r258122.vsix Note: There doesn't seem to be a stable plug-in, this plug-in version seems closest to the currently used 3.8 stable version. - ## Installation instructions: -Everything should be automatically setup correctly. Just make sure Visual Studio is selected in the installer, and after installation open Visual Studio and go to Tools > Options > LLVM/Clang > ClangFormat to make sure Style is set to "file" and Sort Includes is set to "False". Then go to Tools > Extensions And Updates. You might want to disable "Automatically update this extension" displayed on the right. + +Everything should be automatically setup correctly. Just make sure Visual Studio is selected in the installer, and after installation open Visual Studio and go to Tools > Options > LLVM/Clang > ClangFormat to make sure Style is set to "file" and Sort Includes is set to "False". Then go to Tools > Extensions And Updates. You might want to disable "Automatically update this extension" displayed on the right. Note: The Extensions And Updates window also shows the version number and allows for uninstallation of the plug-in. - ## Usage instructions: -Select the text you want to apply it to and press CTRL+R, followed by CTRL-F, or go to Tools > ClangFormat. \ No newline at end of file + +Select the text you want to apply it to and press CTRL+R, followed by CTRL-F, or go to Tools > ClangFormat.