From 93a92b27fc5ca2ed681f8889d3d7873689372e6f Mon Sep 17 00:00:00 2001 From: levlam Date: Sun, 4 Jul 2021 06:04:13 +0300 Subject: Skip formatting of tl-parser sources. --- format.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'format.ps1') diff --git a/format.ps1 b/format.ps1 index 3f482557c..a1079a34c 100644 --- a/format.ps1 +++ b/format.ps1 @@ -1,3 +1,3 @@ -./src.ps1 | Select-String -NotMatch "CxCli.h" | Select-String -NotMatch "DotNet" | ForEach-Object { +./src.ps1 | Select-String -NotMatch "CxCli.h" | Select-String -NotMatch "DotNet" | Select-String -NotMatch "/tl-parser/" | ForEach-Object { clang-format -verbose -style=file -i $_ } -- cgit v1.2.3