71d03f39c3
GitOrigin-RevId: 318483224ad6164d9966f731d60cde37039bb2d4
4 lines
76 B
PowerShell
4 lines
76 B
PowerShell
./src.ps1 | ForEach-Object {
|
|
echo $_
|
|
clang-format -style=file -i $_
|
|
} |