]> git.ipfire.org Git - thirdparty/openvpn.git/commit
clang-format: Switch to ColumnLimit 0
authorFrank Lichtenheld <frank@lichtenheld.com>
Tue, 5 Aug 2025 13:27:01 +0000 (15:27 +0200)
committerGert Doering <gert@greenie.muc.de>
Tue, 5 Aug 2025 13:32:53 +0000 (15:32 +0200)
commit21f7d6e1ad65b1f7db673bc98764dc7325858e0b
tree14aa3c76c4c51514884f388125dae6461d5fc988
parente6db5936f383542983cf38ffe6841100df4118c7
clang-format: Switch to ColumnLimit 0

In some cases an actual ColumnLimit leads to unfortunate
formatting. So leave the decision to developers after all.

This commit contains:
 - changes that clang-format did as reaction to the config
   change
 - manual cleanups of these changes
 - manual cleanup of some previous changes done
   with ColumnLimit 100

Change-Id: Ibd900adfc775b7f785f1d5630184a124f5d8ff4b
Signed-off-by: Frank Lichtenheld <frank@lichtenheld.com>
Acked-by: Gert Doering <gert@greenie.muc.de>
Message-Id: <20250805132706.27619-1-gert@greenie.muc.de>
URL: https://www.mail-archive.com/openvpn-devel@lists.sourceforge.net/msg32523.html
Signed-off-by: Gert Doering <gert@greenie.muc.de>
19 files changed:
.clang-format
sample/sample-plugins/client-connect/sample-client-connect.c
sample/sample-plugins/log/log_v3.c
sample/sample-plugins/simple/base64.c
src/openvpn/crypto_openssl.c
src/openvpn/errlevel.h
src/openvpn/error.c
src/openvpn/mtu.c
src/openvpn/multi.c
src/openvpn/ntlm.c
src/openvpn/openvpn.c
src/openvpn/options.c
src/openvpn/options.h
src/openvpn/options_util.c
src/openvpn/run_command.h
src/openvpn/ssl_common.h
src/openvpn/xkey_helper.c
src/tapctl/tap.c
tests/unit_tests/openvpn/test_pkt.c