Update format.{sh,ps1}.
GitOrigin-RevId: 430f430ed7e6a8593d69e9ebab9526e115823330
This commit is contained in:
parent
6eadf472fe
commit
afa9e61337
@ -1,4 +1,3 @@
|
||||
./src.ps1 | ForEach-Object {
|
||||
echo $_
|
||||
./src.ps1 | Select-String -NotMatch "CxCli.h" | Select-String -NotMatch "dotnet" | ForEach-Object {
|
||||
clang-format -verbose -style=file -i $_
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user