tdlight/format.ps1

4 lines
76 B
PowerShell
Raw Normal View History

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