summaryrefslogtreecommitdiff
path: root/protocols/Telegram/tdlib/td/format.ps1
diff options
context:
space:
mode:
authorGeorge Hazan <ghazan@miranda.im>2022-11-30 17:48:47 +0300
committerGeorge Hazan <ghazan@miranda.im>2022-11-30 17:48:47 +0300
commit0ece30dc7c0e34b4c5911969b8fa99c33c6d023c (patch)
tree671325d3fec09b999411e4e3ab84ef8259261818 /protocols/Telegram/tdlib/td/format.ps1
parent46c53ffc6809c67e4607e99951a2846c382b63b2 (diff)
Telegram: update for TDLIB
Diffstat (limited to 'protocols/Telegram/tdlib/td/format.ps1')
-rw-r--r--protocols/Telegram/tdlib/td/format.ps12
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/Telegram/tdlib/td/format.ps1 b/protocols/Telegram/tdlib/td/format.ps1
index f64296cc36..ef4f53155f 100644
--- a/protocols/Telegram/tdlib/td/format.ps1
+++ b/protocols/Telegram/tdlib/td/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 -CaseSensitive -NotMatch "DotNet" | Select-String -NotMatch "tl/tl_dotnet_object.h" | Select-String -NotMatch "/tl-parser/" | ForEach-Object {
clang-format -verbose -style=file -i $_
}