Merge branch 'bugfix/kconcheck_file_checks_v5.2' into 'release/v5.2'

Bugfix/kconcheck file checks v5.2

See merge request espressif/esp-idf!28976
This commit is contained in:
Roland Dobai
2024-02-18 15:33:12 +08:00
8 changed files with 60 additions and 55 deletions

View File

@@ -33,7 +33,7 @@ Format rules for Kconfig files are as follows:
- Option names in any menus should have consistent prefixes. The prefix currently should have at least 3 characters.
- The unit of indentation should be 4 spaces. All sub-items belonging to a parent item are indented by one level deeper. For example, ``menu`` is indented by 0 spaces, ``config`` ``menu`` by 4 spaces, ``help`` in ``config`` by 8 spaces, and the text under ``help`` by 12 spaces.
- No trailing spaces are allowed at the end of the lines.
- The maximum length of options is 40 characters.
- The maximum length of options is 50 characters.
- The maximum length of lines is 120 characters.
.. note::