aboutsummaryrefslogtreecommitdiffhomepage
path: root/format.ps1
diff options
context:
space:
mode:
Diffstat (limited to 'format.ps1')
-rw-r--r--format.ps15
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
+}