aboutsummaryrefslogtreecommitdiffhomepage
path: root/format.ps1
diff options
context:
space:
mode:
authorlevlam <levlam@telegram.org>2021-07-04 06:04:13 +0300
committerlevlam <levlam@telegram.org>2021-07-04 06:04:13 +0300
commit93a92b27fc5ca2ed681f8889d3d7873689372e6f (patch)
treedb692a6fdbb3f1e7613d114026cfc0b8b6551e5b /format.ps1
parent40c5d47717a4c047957d6da3e6f7cf42fe702924 (diff)
Skip formatting of tl-parser sources.
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 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 $_
}