aboutsummaryrefslogtreecommitdiffhomepage
path: root/format.sh
diff options
context:
space:
mode:
Diffstat (limited to 'format.sh')
-rwxr-xr-xformat.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/format.sh b/format.sh
index 64280e338..c33dabb5a 100755
--- a/format.sh
+++ b/format.sh
@@ -1,2 +1,2 @@
#!/bin/sh
-./src.sh | grep -v CxCli.h | grep -iv dotnet | xargs -n 1 clang-format -verbose -style=file -i
+./src.sh | grep -v CxCli.h | grep -iv dotnet | grep -v /tl-parser/ | xargs -n 1 clang-format -verbose -style=file -i