clang-format: tweak config to bring us closer to README.Coding.
commit071b102496078d64d6c31fa3da37edc722ef7407
authorRalph Boehme <slow@samba.org>
Fri, 30 Jun 2023 11:00:23 +0000 (30 13:00 +0200)
committerRalph Boehme <slow@samba.org>
Tue, 24 Oct 2023 13:48:33 +0000 (24 13:48 +0000)
tree0558e4efd8509a7b088028049b90fb6da10c16af
parent6830b796ac8937c8171f8f834c17f0cb7acf68b5
clang-format: tweak config to bring us closer to README.Coding.

I'm enabling "AllowAllArgumentsOnNextLine" because that's longstanding practice
with many many function calls like tevent_req_callback_data() and
tevent_req_data() and imho results in the most readable code at the place where
this is often seen (variable declartions with tevent_req_* stuff).

Signed-off-by: Ralph Boehme <slow@samba.org>
Reviewed-by: Andreas Schneider <asn@samba.org>
.clang-format