Skip to content

Commit a7c0fea

Browse files
committed
wrap Kconfig files at 70 columns
add wrapping value to editor config and format existing Kconfig entry to this value. Signed-off-by: Mike Szczys <mike@golioth.io>
1 parent 2ddf2fe commit a7c0fea

2 files changed

Lines changed: 5 additions & 4 deletions

File tree

.editorconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ max_line_length = 75
5959
[Kconfig*]
6060
indent_style = space
6161
indent_size = 4
62+
max_line_length = 70
6263

6364
# Markdown
6465
[*.md]

Kconfig

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -81,10 +81,10 @@ source "subsys/logging/Kconfig.template.log_config"
8181
config POUCH_GATEWAY_GATT_SCAN_FILTER_BONDED
8282
bool "Scan filter by bonded status"
8383
help
84-
Filter scanned devices by bonded status. Use it for authenticated
85-
connections, so that discovered devices will be ignored when not bonded
86-
already. Bonding can be triggered explicitly by calling
87-
pouch_gateway_bonding_enable() API.
84+
Filter scanned devices by bonded status. Use it for
85+
authenticated connections, so that discovered devices will be
86+
ignored when not bonded already. Bonding can be triggered
87+
explicitly by calling pouch_gateway_bonding_enable() API.
8888

8989
module = POUCH_GATEWAY_GATT
9090
module-str = Pouch Gateway GATT Library

0 commit comments

Comments
 (0)