scripts: requirements: extras: add clang-format
Add clang-format to the requirements-extras.txt and require a version compatible with the configuration options present in the .clang-format file. Signed-off-by: Henrik Brix Andersen <hebad@vestas.com>
This commit is contained in:
parent
9dfbae0ba5
commit
27820e9dcb
|
@ -9,6 +9,9 @@ gitlint
|
|||
# helper for developers
|
||||
junit2html
|
||||
|
||||
# helper for developers - code formatter
|
||||
clang-format>=1.12x
|
||||
|
||||
# Script used to build firmware images for NXP LPC MCUs.
|
||||
lpc_checksum
|
||||
|
||||
|
|
Loading…
Reference in a new issue