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 a1079a34c..ef4f53155 100644
--- a/format.ps1
+++ b/format.ps1
@@ -1,3 +1,3 @@
-./src.ps1 | Select-String -NotMatch "CxCli.h" | Select-String -NotMatch "DotNet" | Select-String -NotMatch "/tl-parser/" | ForEach-Object {
+./src.ps1 | Select-String -NotMatch "CxCli.h" | Select-String -CaseSensitive -NotMatch "DotNet" | Select-String -NotMatch "tl/tl_dotnet_object.h" | Select-String -NotMatch "/tl-parser/" | ForEach-Object {
clang-format -verbose -style=file -i $_
}