aboutsummaryrefslogtreecommitdiffhomepage
path: root/format.ps1
diff options
context:
space:
mode:
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