summaryrefslogtreecommitdiff
path: root/libs/tdlib/td/format.ps1
blob: f64296cc367196471b73c62d6b5a783eae6897b3 (plain)
1
2
3
./src.ps1 | Select-String -NotMatch "CxCli.h" | Select-String -NotMatch "dotnet" | ForEach-Object {
  clang-format -verbose -style=file -i $_
}