afa9e61337
GitOrigin-RevId: 430f430ed7e6a8593d69e9ebab9526e115823330
4 lines
147 B
PowerShell
4 lines
147 B
PowerShell
./src.ps1 | Select-String -NotMatch "CxCli.h" | Select-String -NotMatch "dotnet" | ForEach-Object {
|
|
clang-format -verbose -style=file -i $_
|
|
}
|