Update clang format_on save_VS2017 authored by Jan Schnathmeier's avatar Jan Schnathmeier
...@@ -38,6 +38,7 @@ public class E : VisualCommanderExt.IExtension ...@@ -38,6 +38,7 @@ public class E : VisualCommanderExt.IExtension
Then hit Save, Compile and Install. Visual Studio should now apply Clang Format to any C and C++ documents upon saving them. You can also manually run Clang Format without saving by hitting Ctrl+R then Ctrl+D. Then hit Save, Compile and Install. Visual Studio should now apply Clang Format to any C and C++ documents upon saving them. You can also manually run Clang Format without saving by hitting Ctrl+R then Ctrl+D.
Below is a picture guide to make finding everything easier.
![ExtensionsandUpdates](/uploads/89d096efcc1ee64f4c7fdbe2c250fb32/ExtensionsandUpdates.jpg) ![ExtensionsandUpdates](/uploads/89d096efcc1ee64f4c7fdbe2c250fb32/ExtensionsandUpdates.jpg)
... ...
......