|
|
@@ -56,7 +56,7 @@ invoke_formatter() {
|
|
|
|
|
|
if (( ! #source_files )) source_files=((libobs|libobs-*|UI|plugins|deps)/**/*.(c|cpp|h|hpp|m|mm)(.N))
|
|
|
|
|
|
- source_files=(${source_files:#*/(obs-websocket/deps|decklink/*/decklink-sdk|mac-syphon/syphon-framework|obs-outputs/ftl-sdk|win-dshow/libdshowcapture)/*})
|
|
|
+ source_files=(${source_files:#*/(obs-websocket/deps|decklink/*/decklink-sdk|mac-syphon/syphon-framework|win-dshow/libdshowcapture)/*})
|
|
|
|
|
|
local -a format_args=(-style=file -fallback-style=none)
|
|
|
if (( _loglevel > 2 )) format_args+=(--verbose)
|
|
|
@@ -77,7 +77,7 @@ invoke_formatter() {
|
|
|
|
|
|
if (( ! #source_files )) source_files=((libobs|libobs-*|UI|plugins|deps|cmake)/**/(CMakeLists.txt|*.cmake)(.N))
|
|
|
|
|
|
- source_files=(${source_files:#*/(obs-outputs/ftl-sdk|jansson|decklink/*/decklink-sdk|obs-websocket|obs-browser|win-dshow/libdshowcapture)/*})
|
|
|
+ source_files=(${source_files:#*/(jansson|decklink/*/decklink-sdk|obs-websocket|obs-browser|win-dshow/libdshowcapture)/*})
|
|
|
|
|
|
local -a format_args=()
|
|
|
if (( _loglevel > 2 )) format_args+=(--log-level debug)
|