mirror of
https://github.com/Relintai/pmlpp.git
synced 2024-11-08 13:12:09 +01:00
Don't reformat stuff in the sfw folder.
This commit is contained in:
parent
4c622c5d97
commit
936c6bbf9f
@ -14,6 +14,8 @@ while IFS= read -rd '' f; do
|
|||||||
# Exclude some files.
|
# Exclude some files.
|
||||||
if [[ "$f" == *"-so_wrap."* ]]; then
|
if [[ "$f" == *"-so_wrap."* ]]; then
|
||||||
continue
|
continue
|
||||||
|
elif [[ "$f" == "sfw"* ]]; then
|
||||||
|
continue
|
||||||
fi
|
fi
|
||||||
|
|
||||||
for extension in ${CLANG_FORMAT_FILE_EXTS[@]}; do
|
for extension in ${CLANG_FORMAT_FILE_EXTS[@]}; do
|
||||||
|
Loading…
Reference in New Issue
Block a user