From 8233e03553d1cb1d2f4c89b77dd981b809152272 Mon Sep 17 00:00:00 2001 From: iabdalkader Date: Sun, 28 Sep 2025 19:22:38 +0200 Subject: [PATCH] github/workflows: Add ST AI backend to formatter. Signed-off-by: iabdalkader --- .github/workflows/codeformat.yml | 1 + tools/uncrustify.cfg | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/codeformat.yml b/.github/workflows/codeformat.yml index a101b6538..303b6439c 100644 --- a/.github/workflows/codeformat.yml +++ b/.github/workflows/codeformat.yml @@ -47,6 +47,7 @@ jobs: lib/** !lib/imlib/** !lib/tflm/** + !lib/stai/** scripts/** tools/** uncrustify-version: '0.75.0' diff --git a/tools/uncrustify.cfg b/tools/uncrustify.cfg index ac01cf40e..750f48e84 100644 --- a/tools/uncrustify.cfg +++ b/tools/uncrustify.cfg @@ -2074,7 +2074,7 @@ nl_after_vbrace_open_empty = false # true/false # Whether to add a newline after '}'. Does not apply if followed by a # necessary ';'. -nl_after_brace_close = true # true/false +nl_after_brace_close = false # true/false # Whether to add a newline after a virtual brace close, # as in 'if (foo) a++; return;'.