]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Use the correct config names for some .clang-format entries
authorAlex Richardson <arichardson@FreeBSD.org>
Thu, 10 Sep 2020 14:11:24 +0000 (14:11 +0000)
committerAlex Richardson <arichardson@FreeBSD.org>
Thu, 10 Sep 2020 14:11:24 +0000 (14:11 +0000)
commit8efceeb6ac90d58b19b04fa7900ed45659b82f2b
treee94553c38612f1e60f205f23ee0a2428ba9932a9
parent500e0f0833050f7908bf088d99a1e5f0974e770f
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