docs: #444 Fix clang-format instructions

This commit is contained in:
Karl Schultz 2016-04-28 14:20:13 -06:00
parent e98874fd17
commit cbec72938d

View File

@ -36,10 +36,10 @@ that might arise with Vulkan-LoaderAndValidationLayers components if they were o
* A sample git workflow may look like:
> # Make changes to the source.
> $ git add .
> $ clang-format -style=file -i < list of changed code files >
> $ git add -u .
> $ git clang-format --style=file
> # Check to see if clang-format made any changes and if they are OK.
> $ git add .
> $ git add -u .
> $ git commit
#### **Testing**