]> git.puffer.fish Git - matthieu/frr.git/commit
tools: less aggressive settings for clang-format
authorChristian Hopps <chopps@labn.net>
Sun, 25 Jun 2023 12:13:25 +0000 (08:13 -0400)
committerChristian Hopps <chopps@labn.net>
Mon, 26 Jun 2023 02:06:12 +0000 (22:06 -0400)
commitab06853c255a5a6cc5c991d991ad7c7453e1712d
tree58424f39a15fd1de57a0a2cbbf12238ecce2cdb2
parent356d0eca247cd0b23c7f5216016019617eff1529
tools: less aggressive settings for clang-format

- Reports were that the current settings were choosing to extend beyond 80
columns too often. This change makes that more expensive but still tries
very hard to not break before first open parenthesis of function calls.

Signed-off-by: Christian Hopps <chopps@labn.net>
.clang-format