This repository has been archived on 2020-05-25. You can view files and clone it, but cannot push or open issues or pull requests.
tdlib-fork/format.sh
levlam afa9e61337 Update format.{sh,ps1}.
GitOrigin-RevId: 430f430ed7e6a8593d69e9ebab9526e115823330
2018-02-28 02:12:15 +03:00

3 lines
105 B
Bash
Executable File

#!/bin/sh
./src.sh | grep -v CxCli.h | grep -iv dotnet | xargs -n 1 clang-format -verbose -style=file -i