Add -verbose option to clang-format.

GitOrigin-RevId: 641a593c8fc4ebf5fc5e2b513d9dd5925856e869
This commit is contained in:
levlam 2018-01-21 17:23:52 +03:00
parent c23b5ec650
commit b9517df566
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
./src.ps1 | ForEach-Object {
echo $_
clang-format -style=file -i $_
clang-format -verbose -style=file -i $_
}

View File

@ -1,2 +1,2 @@
#!/bin/sh
./src.sh | grep -v CxCli.h | xargs -n 1 clang-format -style=file -i
./src.sh | grep -v CxCli.h | xargs -n 1 clang-format -verbose -style=file -i