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.ps1

4 lines
76 B
PowerShell

./src.ps1 | ForEach-Object {
echo $_
clang-format -style=file -i $_
}