github/workflows: Add ST AI backend to formatter.

Signed-off-by: iabdalkader <i.abdalkader@gmail.com>
This commit is contained in:
iabdalkader 2025-09-28 19:22:38 +02:00
parent 76c87956ad
commit 8233e03553
2 changed files with 2 additions and 1 deletions

View File

@ -47,6 +47,7 @@ jobs:
lib/**
!lib/imlib/**
!lib/tflm/**
!lib/stai/**
scripts/**
tools/**
uncrustify-version: '0.75.0'

View File

@ -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++; <here> return;'.