diff options
Diffstat (limited to 'protocols/Telegram/tdlib/td/format.sh')
-rw-r--r-- | protocols/Telegram/tdlib/td/format.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/protocols/Telegram/tdlib/td/format.sh b/protocols/Telegram/tdlib/td/format.sh new file mode 100644 index 0000000000..64280e3384 --- /dev/null +++ b/protocols/Telegram/tdlib/td/format.sh @@ -0,0 +1,2 @@ +#!/bin/sh +./src.sh | grep -v CxCli.h | grep -iv dotnet | xargs -n 1 clang-format -verbose -style=file -i |