From 1dbd5826d75ba79f87189572635013aa50790e6e Mon Sep 17 00:00:00 2001 From: tytan652 Date: Wed, 19 Jul 2023 09:56:04 +0200 Subject: [PATCH] build-aux: Make clang-format ignore libdshowcapture --- build-aux/.run-format.zsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-aux/.run-format.zsh b/build-aux/.run-format.zsh index 4f56bcbb15aa3b..5bc766c9b13a9e 100755 --- a/build-aux/.run-format.zsh +++ b/build-aux/.run-format.zsh @@ -51,7 +51,7 @@ invoke_formatter() { fi local -a source_files=((libobs|libobs-*|UI|plugins)/**/*.(c|cpp|h|hpp|m|mm)(.N)) - source_files=(${source_files:#*/(obs-websocket/deps|decklink/*/decklink-sdk|enc-amf|mac-syphon/syphon-framework|obs-outputs/ftl-sdk)/*}) + source_files=(${source_files:#*/(obs-websocket/deps|decklink/*/decklink-sdk|enc-amf|mac-syphon/syphon-framework|obs-outputs/ftl-sdk|win-dshow/libdshowcapture)/*}) local -a format_args=(-style=file -fallback-style=none) if (( _loglevel > 2 )) format_args+=(--verbose)