Skip to content

Commit

Permalink
build-aux: Make clang-format ignore libdshowcapture
Browse files Browse the repository at this point in the history
  • Loading branch information
tytan652 authored and Lain-B committed Jul 22, 2023
1 parent 07d0da1 commit 1dbd582
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-aux/.run-format.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 1dbd582

Please sign in to comment.