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