add some code
This commit is contained in:
60
managed_components/lvgl__lvgl/scripts/code-format.cfg
Normal file
60
managed_components/lvgl__lvgl/scripts/code-format.cfg
Normal file
@@ -0,0 +1,60 @@
|
||||
--style=kr
|
||||
--indent=spaces=4
|
||||
--indent-classes
|
||||
--indent-switches
|
||||
--indent-cases
|
||||
--indent-preproc-block
|
||||
--indent-preproc-define
|
||||
--indent-col1-comments
|
||||
--pad-oper
|
||||
--unpad-paren
|
||||
--align-pointer=middle
|
||||
--align-reference=middle
|
||||
--convert-tabs
|
||||
--max-code-length=120
|
||||
--break-after-logical
|
||||
--break-closing-braces
|
||||
--attach-closing-while
|
||||
--min-conditional-indent=0
|
||||
--max-continuation-indent=120
|
||||
--mode=c
|
||||
# Allows each platform to use its own line endings. This then does
|
||||
# what Git does out of the box: uses platform line endings in the
|
||||
# working directory, but uses only LF line endings in the repository.
|
||||
# `astyle` also natively uses line the endings it finds in the files,
|
||||
# so this will be LF-only on Linux and CR/LF on Windows, in alignment
|
||||
# with Git's default behavior. This prevents `astyle` from modifying
|
||||
# every source file, which Git perceives as a change on Windows platforms.
|
||||
#--lineend=linux
|
||||
--suffix=none
|
||||
--preserve-date
|
||||
--formatted
|
||||
--ignore-exclude-errors
|
||||
--ignore-exclude-errors-x
|
||||
--exclude=assets
|
||||
--exclude=test_assets
|
||||
--exclude=test_fonts
|
||||
--exclude=../src/lv_conf_internal.h
|
||||
--exclude=../src/core/lv_obj_style_gen.c
|
||||
--exclude=../src/core/lv_obj_style_gen.h
|
||||
--exclude=../src/libs/gif/gifdec.c
|
||||
--exclude=../src/libs/gif/gifdec.h
|
||||
--exclude=../src/libs/lodepng/lodepng.c
|
||||
--exclude=../src/libs/lodepng/lodepng.h
|
||||
--exclude=../src/libs/qrcode/qrcodegen.c
|
||||
--exclude=../src/libs/qrcode/qrcodegen.h
|
||||
--exclude=../src/libs/tjpgd/tjpgd.c
|
||||
--exclude=../src/libs/tjpgd/tjpgd.h
|
||||
--exclude=../src/libs/tjpgd/tjpgdcnf.h
|
||||
--exclude=../src/libs/thorvg
|
||||
--exclude=../src/libs/expat
|
||||
--exclude=../src/libs/lz4
|
||||
--exclude=../src/others/vg_lite_tvg/vg_lite.h
|
||||
--exclude=../demos/high_res/fonts
|
||||
--exclude=../tests/unity/unity.c
|
||||
--exclude=../tests/unity/unity_internals.h
|
||||
--exclude=../tests/unity/unity_support.c
|
||||
--exclude=../tests/unity/unity_support.h
|
||||
--exclude=../tests/test_images
|
||||
--exclude=../tests/build_test_defheap
|
||||
--exclude=../tests/build_test_sysheap
|
||||
Reference in New Issue
Block a user