mirror of
https://github.com/lvgl/lvgl.git
synced 2026-02-06 14:12:20 +08:00
Some checks failed
Arduino Lint / lint (push) Has been cancelled
Build Examples with C++ Compiler / build-examples (push) Has been cancelled
MicroPython CI / Build esp32 port (push) Has been cancelled
MicroPython CI / Build rp2 port (push) Has been cancelled
MicroPython CI / Build stm32 port (push) Has been cancelled
MicroPython CI / Build unix port (push) Has been cancelled
C/C++ CI / Build OPTIONS_16BIT - Ubuntu (push) Has been cancelled
C/C++ CI / Build OPTIONS_24BIT - Ubuntu (push) Has been cancelled
C/C++ CI / Build OPTIONS_FULL_32BIT - Ubuntu (push) Has been cancelled
C/C++ CI / Build OPTIONS_NORMAL_8BIT - Ubuntu (push) Has been cancelled
C/C++ CI / Build OPTIONS_SDL - Ubuntu (push) Has been cancelled
C/C++ CI / Build OPTIONS_16BIT - cl - Windows (push) Has been cancelled
C/C++ CI / Build OPTIONS_16BIT - gcc - Windows (push) Has been cancelled
C/C++ CI / Build OPTIONS_24BIT - cl - Windows (push) Has been cancelled
C/C++ CI / Build OPTIONS_24BIT - gcc - Windows (push) Has been cancelled
C/C++ CI / Build OPTIONS_FULL_32BIT - cl - Windows (push) Has been cancelled
C/C++ CI / Build OPTIONS_FULL_32BIT - gcc - Windows (push) Has been cancelled
C/C++ CI / Build ESP IDF ESP32S3 (push) Has been cancelled
C/C++ CI / Run tests with 32bit build (push) Has been cancelled
C/C++ CI / Run tests with 64bit build (push) Has been cancelled
BOM Check / bom-check (push) Has been cancelled
Verify that lv_conf_internal.h matches repository state / verify-conf-internal (push) Has been cancelled
Verify the widget property name / verify-property-name (push) Has been cancelled
Verify code formatting / verify-formatting (push) Has been cancelled
Compare file templates with file names / template-check (push) Has been cancelled
Build docs / build-and-deploy (push) Has been cancelled
Test API JSON generator / Test API JSON (push) Has been cancelled
Install LVGL using CMake / build-examples (push) Has been cancelled
Check Makefile / Build using Makefile (push) Has been cancelled
Check Makefile for UEFI / Build using Makefile for UEFI (push) Has been cancelled
Emulated Performance Test / ARM Emulated Benchmark - Script Check (scripts/perf/tests/benchmark_results_comment/test.sh) (push) Has been cancelled
Emulated Performance Test / ARM Emulated Benchmark - Script Check (scripts/perf/tests/filter_docker_logs/test.sh) (push) Has been cancelled
Emulated Performance Test / ARM Emulated Benchmark - Script Check (scripts/perf/tests/serialize_results/test.sh) (push) Has been cancelled
Emulated Performance Test / ARM Emulated Benchmark 32b - lv_conf_perf32b (push) Has been cancelled
Emulated Performance Test / ARM Emulated Benchmark 64b - lv_conf_perf64b (push) Has been cancelled
Emulated Performance Test / ARM Emulated Benchmark - Save PR Number (push) Has been cancelled
Hardware Performance Test / Hardware Performance Benchmark (push) Has been cancelled
Hardware Performance Test / HW Benchmark - Save PR Number (push) Has been cancelled
Performance Tests CI / Perf Tests OPTIONS_TEST_PERF_32B - Ubuntu (push) Has been cancelled
Performance Tests CI / Perf Tests OPTIONS_TEST_PERF_64B - Ubuntu (push) Has been cancelled
Port repo release update / run-release-branch-updater (push) Has been cancelled
Verify Font License / verify-font-license (push) Has been cancelled
Verify Kconfig / verify-kconfig (push) Has been cancelled
66 lines
2.1 KiB
INI
66 lines
2.1 KiB
INI
--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
|
|
--exclude=../src/libs/frogfs
|
|
--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/libs/FT800-FT813
|
|
--exclude=../src/drivers/opengles/glad
|
|
--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
|
|
--exclude=../tests/build_test_vg_lite
|
|
--exclude=../tests/build_test_perf32b
|
|
--exclude=../tests/build_test_perf64b
|