diff options
| -rw-r--r-- | format.ps1 | 2 | ||||
| -rwxr-xr-x | format.sh | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/format.ps1 b/format.ps1 index 0509d2640..2de1f6578 100644 --- a/format.ps1 +++ b/format.ps1 @@ -1,4 +1,4 @@ ./src.ps1 | ForEach-Object { echo $_ - clang-format -style=file -i $_ + clang-format -verbose -style=file -i $_ }
\ No newline at end of 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 |
