* fix(lv_conf_internal_gen.py): change lv_conf.h to lv_conf_internal.h Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com> * fix(lv_conf_internal_gen.py): remove the extra space before macro Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com> * fix: regenerate lv_conf_internal.h Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
We do not use clang-format anymore, so the directive has been removed from most headers. lv_conf_template.h is untouched as a convenience for downstream projects which still use the tool. Fixes #2441