Don't reformat stuff in the sfw folder.

This commit is contained in:
Relintai 2023-12-30 00:41:20 +01:00
parent 4c622c5d97
commit 936c6bbf9f

View File

@ -14,6 +14,8 @@ while IFS= read -rd '' f; do
# Exclude some files.
if [[ "$f" == *"-so_wrap."* ]]; then
continue
elif [[ "$f" == "sfw"* ]]; then
continue
fi
for extension in ${CLANG_FORMAT_FILE_EXTS[@]}; do