]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Use the correct config names for some .clang-format entries
authorarichardson <arichardson@FreeBSD.org>
Thu, 10 Sep 2020 14:11:24 +0000 (14:11 +0000)
committerarichardson <arichardson@FreeBSD.org>
Thu, 10 Sep 2020 14:11:24 +0000 (14:11 +0000)
commitb9169736d2f0a3b952c294cd7e799f500b7498b0
treee94553c38612f1e60f205f23ee0a2428ba9932a9
parent64374676a094e075e6dd7a291307ade25f9f8555
Use the correct config names for some .clang-format entries

Those values are enum entries and should use "Never" instead of "false".
clang-format currently accepts false, but it's better to use the correct
syntax in case that changes in the future.
.clang-format