]> git.ipfire.org Git - thirdparty/bind9.git/commit
adjust the clang-format penalties to reduce string breaking
authorEvan Hunt <each@isc.org>
Mon, 17 Feb 2020 20:05:39 +0000 (12:05 -0800)
committerEvan Hunt <each@isc.org>
Mon, 17 Feb 2020 22:23:58 +0000 (14:23 -0800)
commit0002377dca22d6072508bd3c1b31a6ace82283fd
treef5ff27343e5db4f7ed5a52ef5894c96206637eac
parente4671ef2fa4f9764ddc11e95ed5f1bfa56a9e0d7
adjust the clang-format penalties to reduce string breaking

this corrects some style glitches such as:
```
        long_function_call(arg, arg2, arg3, arg4, arg5, "str"
                                                        "ing");
```
...by adjusting the penalties for breaking strings and call
parameter lists.
18 files changed:
.clang-format
.clang-format.headers
bin/dig/dig.c
bin/named/config.c
bin/named/controlconf.c
bin/named/logconf.c
bin/named/main.c
bin/named/server.c
bin/named/statschannel.c
bin/nsupdate/nsupdate.c
bin/tools/dnstap-read.c
bin/tools/mdig.c
lib/dns/rootns.c
lib/isc/mem.c
lib/isc/unix/socket.c
lib/isc/win32/socket.c
lib/isccfg/aclconf.c
lib/ns/query.c