mirror of
https://github.com/openmv/openmv.git
synced 2025-11-04 14:49:50 +08:00
github/workflows: Add ST AI backend to formatter.
Signed-off-by: iabdalkader <i.abdalkader@gmail.com>
This commit is contained in:
parent
76c87956ad
commit
8233e03553
1
.github/workflows/codeformat.yml
vendored
1
.github/workflows/codeformat.yml
vendored
@ -47,6 +47,7 @@ jobs:
|
|||||||
lib/**
|
lib/**
|
||||||
!lib/imlib/**
|
!lib/imlib/**
|
||||||
!lib/tflm/**
|
!lib/tflm/**
|
||||||
|
!lib/stai/**
|
||||||
scripts/**
|
scripts/**
|
||||||
tools/**
|
tools/**
|
||||||
uncrustify-version: '0.75.0'
|
uncrustify-version: '0.75.0'
|
||||||
|
|||||||
@ -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
|
# Whether to add a newline after '}'. Does not apply if followed by a
|
||||||
# necessary ';'.
|
# 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,
|
# Whether to add a newline after a virtual brace close,
|
||||||
# as in 'if (foo) a++; <here> return;'.
|
# as in 'if (foo) a++; <here> return;'.
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user