1
0
mirror of https://github.com/lvgl/lvgl.git synced 2025-01-28 07:03:00 +08:00
lvgl/scripts/code-format.cfg
Xiang Xiao 3035d27d4a
chore(conf): ensure the template and generated file conform the coding style (#2823)
* fix(conf): ensure the template and generated file conform the coding style

and remove lv_conf_internal.h from the excluding list of code-format.cfg

Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>

* fix(conf): regenerate lv_conf_internal.h

Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
2021-11-22 09:52:26 +01:00

49 lines
1.5 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
--lineend=linux
--recursive
--suffix=none
--preserve-date
--formatted
--exclude=../src/font/lv_font_montserrat_12.c
--exclude=../src/font/lv_font_montserrat_14.c
--exclude=../src/font/lv_font_montserrat_16.c
--exclude=../src/font/lv_font_montserrat_18.c
--exclude=../src/font/lv_font_montserrat_20.c
--exclude=../src/font/lv_font_montserrat_22.c
--exclude=../src/font/lv_font_montserrat_24.c
--exclude=../src/font/lv_font_montserrat_26.c
--exclude=../src/font/lv_font_montserrat_28.c
--exclude=../src/font/lv_font_montserrat_30.c
--exclude=../src/font/lv_font_montserrat_32.c
--exclude=../src/font/lv_font_montserrat_34.c
--exclude=../src/font/lv_font_montserrat_36.c
--exclude=../src/font/lv_font_montserrat_38.c
--exclude=../src/font/lv_font_montserrat_40.c
--exclude=../src/font/lv_font_montserrat_42.c
--exclude=../src/font/lv_font_montserrat_44.c
--exclude=../src/font/lv_font_montserrat_46.c
--exclude=../src/font/lv_font_montserrat_48.c
--exclude=../src/font/lv_font_montserrat_12_subpx.c
--exclude=../src/font/lv_font_montserrat_28_compressed.c
--exclude=../src/font/lv_font_simsun_16_cjk.c
--exclude=../src/font/lv_font_dejavu_16_persian_hebrew.c