diff options
| author | levlam <levlam@telegram.org> | 2022-01-27 15:37:42 +0300 |
|---|---|---|
| committer | levlam <levlam@telegram.org> | 2022-01-27 15:37:42 +0300 |
| commit | a8a9df74fe4c4283719f520f10e6e4a974b49d5d (patch) | |
| tree | 15a26cc2d77d4d2822778e56cce89e942aff8cd7 /format.ps1 | |
| parent | 1fdfd036bb7e53dc0bb2fb9973e8392077bbec24 (diff) | |
Improve listing of files to be formatted.
Diffstat (limited to 'format.ps1')
| -rw-r--r-- | format.ps1 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/format.ps1 b/format.ps1 index a1079a34c..ef4f53155 100644 --- a/format.ps1 +++ b/format.ps1 @@ -1,3 +1,3 @@ -./src.ps1 | Select-String -NotMatch "CxCli.h" | Select-String -NotMatch "DotNet" | Select-String -NotMatch "/tl-parser/" | ForEach-Object { +./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 { clang-format -verbose -style=file -i $_ } |
