Add -verbose option to clang-format.
GitOrigin-RevId: 641a593c8fc4ebf5fc5e2b513d9dd5925856e869
This commit is contained in:
parent
c23b5ec650
commit
b9517df566
@ -1,4 +1,4 @@
|
|||||||
./src.ps1 | ForEach-Object {
|
./src.ps1 | ForEach-Object {
|
||||||
echo $_
|
echo $_
|
||||||
clang-format -style=file -i $_
|
clang-format -verbose -style=file -i $_
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user