Skip formatting of tl-parser sources.
This commit is contained in:
parent
40c5d47717
commit
93a92b27fc
@ -1,3 +1,3 @@
|
||||
./src.ps1 | Select-String -NotMatch "CxCli.h" | Select-String -NotMatch "DotNet" | ForEach-Object {
|
||||
./src.ps1 | Select-String -NotMatch "CxCli.h" | Select-String -NotMatch "DotNet" | Select-String -NotMatch "/tl-parser/" | ForEach-Object {
|
||||
clang-format -verbose -style=file -i $_
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user