[gnutls-devel] GnuTLS | Indent code. (!1671)
Read-only notification of GnuTLS library development activities
gnutls-devel at lists.gnutls.org
Sun Dec 4 13:14:24 CET 2022
Tim Rühsen commented:
I wonder if we can use a larger line size than just 80 ?
Even on small screens (e.g. laptops), there is enough space for having more columns, while the vertical size is often a limiter. So we could use 100 or 120 to avoid many "weird" line breaks like
```
/* requests but does not check a client certificate */
gnutls_certificate_server_set_request(s->session,
GNUTLS_CERT_REQUEST);
```
or
```
ret =
gnutls_record_recv(s->session, addr,
(size_t)len);
```
And/or, should we think about a tab size of 4 (`-ts4`) ?
--
Reply to this email directly or view it on GitLab: https://gitlab.com/gnutls/gnutls/-/merge_requests/1671#note_1195522093
You're receiving this email because of your account on gitlab.com.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.gnupg.org/pipermail/gnutls-devel/attachments/20221204/478902f7/attachment.html>
More information about the Gnutls-devel
mailing list