File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
- ./ src.ps1 | Select-String -NotMatch " CxCli.h" | Select-String -NotMatch " DotNet" | Select-String -NotMatch " /tl-parser/" | ForEach-Object {
1
+ ./ src.ps1 | Select-String -NotMatch " CxCli.h" | Select-String - CaseSensitive - NotMatch " DotNet" | Select-String -NotMatch " tl/tl_dotnet_object.h " | Select-String -NotMatch " /tl-parser/" | ForEach-Object {
2
2
clang- format - verbose - style= file - i $_
3
3
}
Original file line number Diff line number Diff line change 1
1
#! /bin/sh
2
2
cd $( dirname $0 )
3
- ./src.sh | grep -v CxCli.h | grep -iv dotnet | grep -v /tl-parser/ | xargs -n 1 clang-format -verbose -style=file -i
3
+ ./src.sh | grep -v CxCli.h | grep -v DotNet | grep -v tl/tl_dotnet_object.h | grep -v /tl-parser/ | xargs -n 1 clang-format -verbose -style=file -i
You can’t perform that action at this time.
0 commit comments