From caa6a13803c9eb9cea2a289b5b46a5cdfc8480fb Mon Sep 17 00:00:00 2001 From: saslv Date: Sun, 1 Feb 2026 15:03:07 +0200 Subject: [PATCH] added skipping of hyphenation generated file from clang-format-fix --- bin/clang-format-fix | 1 + 1 file changed, 1 insertion(+) diff --git a/bin/clang-format-fix b/bin/clang-format-fix index 4339ea36..27949be5 100755 --- a/bin/clang-format-fix +++ b/bin/clang-format-fix @@ -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