fix(format): fix lv_conf_internal.h formatting by pre-commit hook

fixes #3585
This commit is contained in:
Gabor Kiss-Vamosi
2022-08-25 21:32:08 +02:00
parent 5cafbc912c
commit 48ee005d4d
2 changed files with 19 additions and 24 deletions
+5
View File
@@ -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"]
-10
View File
@@ -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