https, remove whitespace

Margen67 2021-05-07 23:32:37 -10:00
parent 0d85e9ebff
commit 9299eaa31c
1 changed files with 6 additions and 5 deletions

@ -1,14 +1,15 @@
## Download link: ## 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. 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: ## 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. Note: The Extensions And Updates window also shows the version number and allows for uninstallation of the plug-in.
## Usage instructions: ## Usage instructions:
Select the text you want to apply it to and press CTRL+R, followed by CTRL-F, or go to Tools > ClangFormat.
Select the text you want to apply it to and press CTRL+R, followed by CTRL-F, or go to Tools > ClangFormat.