diff options
Diffstat (limited to 'scripts/azure-pipelines/Format-CxxCode.ps1')
| -rw-r--r-- | scripts/azure-pipelines/Format-CxxCode.ps1 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/azure-pipelines/Format-CxxCode.ps1 b/scripts/azure-pipelines/Format-CxxCode.ps1 index a20a9ce0b..2653562a7 100644 --- a/scripts/azure-pipelines/Format-CxxCode.ps1 +++ b/scripts/azure-pipelines/Format-CxxCode.ps1 @@ -36,6 +36,7 @@ Push-Location $toolsrc try { $files = Get-ChildItem -Recurse -LiteralPath "$toolsrc/src" -Filter '*.cpp' + $files += Get-ChildItem -Recurse -LiteralPath "$toolsrc/src" -Filter '*.c' $files += Get-ChildItem -Recurse -LiteralPath "$toolsrc/include/vcpkg" -Filter '*.h' $files += Get-ChildItem -Recurse -LiteralPath "$toolsrc/include/vcpkg-test" -Filter '*.h' $files += Get-Item "$toolsrc/include/pch.h" |
