diff options
| author | levlam <levlam@telegram.org> | 2018-02-28 02:12:15 +0300 |
|---|---|---|
| committer | levlam <levlam@telegram.org> | 2018-02-28 02:12:15 +0300 |
| commit | afa9e61337aec805bb595db5b32a6a7379e20907 (patch) | |
| tree | a2acefe04b788b980eb684bc0a85929e994fdf89 /format.ps1 | |
| parent | 6eadf472feb3a8e965ba8b8402ca088a1000bd21 (diff) | |
Update format.{sh,ps1}.
GitOrigin-RevId: 430f430ed7e6a8593d69e9ebab9526e115823330
Diffstat (limited to 'format.ps1')
| -rw-r--r-- | format.ps1 | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/format.ps1 b/format.ps1 index 2de1f6578..f64296cc3 100644 --- a/format.ps1 +++ b/format.ps1 @@ -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 $_ -}
\ No newline at end of file +} |
