Merge branch 'bugfix/kconcheck_file_checks' into 'master'

bugfix: Fixed KConfig files that were not succesfully checked

Closes IDF-9028 and IDF-9027

See merge request espressif/esp-idf!28385
This commit is contained in:
Roland Dobai
2024-02-07 19:12:25 +08:00
13 changed files with 81 additions and 73 deletions
+1 -1
View File
@@ -33,7 +33,7 @@ Kconfig 文件的格式规定如下:
- 在所有菜单中,选项名称的前缀需保持一致。目前,前缀长度应为至少 3 个字符。
- 每级采用 4 个空格的缩进方式,子项需比父项多缩进一级。例如, ``menu`` 缩进 0 个空格,``menu`` 中的 ``config`` 则缩进 4 个空格, ``config`` 中的 ``help`` 缩进 8 个空格, ``help`` 下的文本缩进 12 个空格。
- 行末不得出现尾随空格。
- 选项最长为 40 个字符。
- 选项最长为 50 个字符。
- 每行最长为 120 个字符。
.. note::