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
levlam b9517df566 Add -verbose option to clang-format.
GitOrigin-RevId: 641a593c8fc4ebf5fc5e2b513d9dd5925856e869
2018-01-21 17:23:52 +03:00

4 lines
85 B
PowerShell

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