mirror of
https://github.com/lvgl/lvgl.git
synced 2026-06-02 09:37:42 +08:00
fix(format): fix lv_conf_internal.h formatting by pre-commit hook
fixes #3585
This commit is contained in:
@@ -24,4 +24,9 @@ repos:
|
|||||||
src/ |
|
src/ |
|
||||||
tests/
|
tests/
|
||||||
)
|
)
|
||||||
|
exclude: |
|
||||||
|
(?x)^(
|
||||||
|
src/extra/libs/ |
|
||||||
|
src/lv_conf_internal.h
|
||||||
|
)
|
||||||
types_or: ["c", "header"]
|
types_or: ["c", "header"]
|
||||||
@@ -2269,16 +2269,6 @@
|
|||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/*1: Enable a database where values can be stored in a global place.
|
|
||||||
* Requires: lv_msg */
|
|
||||||
#ifndef LV_USE_DB
|
|
||||||
#ifdef CONFIG_LV_USE_DB
|
|
||||||
#define LV_USE_DB CONFIG_LV_USE_DB
|
|
||||||
#else
|
|
||||||
#define LV_USE_DB 0
|
|
||||||
#endif
|
|
||||||
#endif
|
|
||||||
|
|
||||||
/*1: Enable Pinyin input method*/
|
/*1: Enable Pinyin input method*/
|
||||||
/*Requires: lv_keyboard*/
|
/*Requires: lv_keyboard*/
|
||||||
#ifndef LV_USE_IME_PINYIN
|
#ifndef LV_USE_IME_PINYIN
|
||||||
|
|||||||
Reference in New Issue
Block a user