added skipping of hyphenation generated file from clang-format-fix

This commit is contained in:
saslv 2026-02-01 15:03:07 +02:00
parent 077c3dcfae
commit caa6a13803

View File

@ -16,4 +16,5 @@ fi
git ls-files --exclude-standard ${GIT_LS_FILES_FLAGS} \
| grep -E '\.(c|cpp|h|hpp)$' \
| grep -v -E '^lib/EpdFont/builtinFonts/' \
| grep -v -E '^lib/Epub/Epub/hyphenation/generated/' \
| xargs -r clang-format -style=file -i