aboutsummaryrefslogtreecommitdiffhomepage
path: root/format.ps1
diff options
context:
space:
mode:
authorlevlam <levlam@telegram.org>2018-01-21 17:23:52 +0300
committerlevlam <levlam@telegram.org>2018-01-21 17:23:52 +0300
commitb9517df566178964c1ceec79b3b75fcd40b09136 (patch)
tree8774ba17261404ae8fda0e2ad24ae7eec4f3de0d /format.ps1
parentc23b5ec650c908dbdba85696eeb9faa200bfa959 (diff)
Add -verbose option to clang-format.
GitOrigin-RevId: 641a593c8fc4ebf5fc5e2b513d9dd5925856e869
Diffstat (limited to 'format.ps1')
-rw-r--r--format.ps12
1 files changed, 1 insertions, 1 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