zephyr/subsys/net/lib
Ulf Magnusson 975de21858 kconfig: Global whitespace/consistency cleanup
Clean up space errors and use a consistent style throughout the Kconfig
files. This makes reading the Kconfig files more distraction-free, helps
with grepping, and encourages the same style getting copied around
everywhere (meaning another pass hopefully won't be needed).

Go for the most common style:

 - Indent properties with a single tab, including for choices.

   Properties on choices work exactly the same syntactically as
   properties on symbols, so not sure how the no-indentation thing
   happened.

 - Indent help texts with a tab followed by two spaces

 - Put a space between 'config' and the symbol name, not a tab. This
   also helps when grepping for definitions.

 - Do '# A comment' instead of '#A comment'

I tweaked Kconfiglib a bit to find most of the stuff.

Some help texts were reflowed to 79 columns with 'gq' in Vim as well,
though not all, because I was afraid I'd accidentally mess up
formatting.

Signed-off-by: Ulf Magnusson <Ulf.Magnusson@nordicsemi.no>
2019-11-01 15:53:23 +01:00
..
coap net: coap: Add internal init function to seed message_id 2019-10-04 21:22:55 +03:00
config net: lib: config: kconfig: Remove unused NET_CONFIG_SNTP_INIT_PRIO sym 2019-10-29 08:26:16 +02:00
conn_mgr coccinelle: standardize k_thread create/define calls with integer timeouts 2019-10-09 08:38:10 -04:00
dns net: mdns: Fix unused variable warnings 2019-10-25 13:54:55 +03:00
http net: http: client: Initial version 2019-10-04 16:38:34 +03:00
lwm2m kconfig: Global whitespace/consistency cleanup 2019-11-01 15:53:23 +01:00
mqtt net: mqtt: Remove extra documentation from individual transports 2019-10-04 18:48:10 -07:00
openthread net: openthread: Update OpenThread version 2019-10-28 13:00:56 +02:00
sntp net: lib: sntp_simple: Issue multiple requests with backoff 2019-09-13 10:40:45 +03:00
sockets kconfig: Global whitespace/consistency cleanup 2019-11-01 15:53:23 +01:00
socks net: socks: Prefer setsockopt() API instead of legacy proxy api 2019-10-25 13:56:01 +03:00
tls_credentials license: cleanup: add SPDX Apache-2.0 license identifier 2019-04-07 08:45:22 -04:00
utils include: net: socketutils: Allow to build for CONFIG_POSIX_API 2019-09-12 17:30:29 +03:00
websocket net: websocket: client: Simple API for Websocket client 2019-10-04 16:38:34 +03:00
CMakeLists.txt net: websocket: client: Simple API for Websocket client 2019-10-04 16:38:34 +03:00
Kconfig net: websocket: client: Simple API for Websocket client 2019-10-04 16:38:34 +03:00