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 6788af57a..64280e338 100755
--- a/format.sh
+++ b/format.sh
@@ -1,2 +1,2 @@
#!/bin/sh
-./src.sh | grep -v CxCli.h | xargs -n 1 clang-format -verbose -style=file -i
+./src.sh | grep -v CxCli.h | grep -iv dotnet | xargs -n 1 clang-format -verbose -style=file -i