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;'.