Files
lvgl/.typos.toml

48 lines
1012 B
TOML
Raw Permalink Normal View History

[files]
extend-exclude = [
".git/",
2025-07-02 13:37:43 +02:00
"docs/src/_static/css/fontawesome.min.css",
"docs/CHANGELOG.rst",
"docs/README_*",
2025-07-02 13:37:43 +02:00
"libs/",
"scripts/gen_json/create_fake_lib_c.py",
"src/libs/",
2025-07-02 13:37:43 +02:00
"zephyr/Kconfig",
]
ignore-hidden = false
[default]
extend-ignore-re = [
"\\bser[^a-z]",
"\\bfle[^a-z]",
'"Lorem ipsum .*"',
"Nam consectetur",
"U\\+[0-9A-F]{4}",
'\{ "[a-z]+", "[^ -~]+" \},',
2023-12-03 21:17:19 +01:00
"`[0-9a-f]{7} <https://\\S+>`__",
"Rename lv_chart_clear_serie",
"rename LV_ROLLER_MODE_INIFINITE",
"CARD_INFO_SET\\(&img_multilang_avatar_.*\\)",
"ist",
"ACI\\)",
2025-07-02 13:37:43 +02:00
"ACI \\(",
"PNGs",
"STRUCT_FIELDs",
]
extend-ignore-identifiers-re = [
"sme_.+",
]
[default.extend-words]
# https://developer.apple.com/fonts/TrueType-Reference-Manual/RM06/Chap6loca.html
"loca" = "loca"
2025-07-02 13:37:43 +02:00
"viewe" = "viewe"
[default.extend-identifiers]
"aout_p" = "aout_p"
"PN" = "PN"
"thr_tick" = "thr_tick"
"VGLITE_BLIT_SPLIT_THR" = "VGLITE_BLIT_SPLIT_THR"
"yout" = "yout"