mirror of
https://gitee.com/openharmony/third_party_vulkan-loader
synced 2025-02-16 13:47:57 +00:00
docs: #444 Fix clang-format instructions
This commit is contained in:
parent
e98874fd17
commit
cbec72938d
@ -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**
|
||||
|
Loading…
x
Reference in New Issue
Block a user