Skip to content

Commit 2bc28a4

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 e7863ce commit 2bc28a4

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
@@ -85,10 +85,10 @@ source "subsys/logging/Kconfig.template.log_config"
8585
config POUCH_GATEWAY_GATT_SCAN_FILTER_BONDED
8686
bool "Scan filter by bonded status"
8787
help
88-
Filter scanned devices by bonded status. Use it for authenticated
89-
connections, so that discovered devices will be ignored when not bonded
90-
already. Bonding can be triggered explicitly by calling
91-
pouch_gateway_bonding_enable() API.
88+
Filter scanned devices by bonded status. Use it for
89+
authenticated connections, so that discovered devices will be
90+
ignored when not bonded already. Bonding can be triggered
91+
explicitly by calling pouch_gateway_bonding_enable() API.
9292

9393
module = POUCH_GATEWAY_GATT
9494
module-str = Pouch Gateway GATT Library

0 commit comments

Comments
 (0)