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/ |
|
||||
tests/
|
||||
)
|
||||
exclude: |
|
||||
(?x)^(
|
||||
src/extra/libs/ |
|
||||
src/lv_conf_internal.h
|
||||
)
|
||||
types_or: ["c", "header"]
|
||||
@@ -2269,16 +2269,6 @@
|
||||
#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*/
|
||||
/*Requires: lv_keyboard*/
|
||||
#ifndef LV_USE_IME_PINYIN
|
||||
|
||||
Reference in New Issue
Block a user