Skip to content

Commit

Permalink
Add -verbose option to clang-format.
Browse files Browse the repository at this point in the history
GitOrigin-RevId: 641a593c8fc4ebf5fc5e2b513d9dd5925856e869
  • Loading branch information
levlam committed Jan 21, 2018
1 parent c23b5ec commit b9517df
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion format.ps1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
./src.ps1 | ForEach-Object {
echo $_
clang-format -style=file -i $_
clang-format -verbose -style=file -i $_
}
2 changes: 1 addition & 1 deletion format.sh
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit b9517df

Please sign in to comment.