]> granicus.if.org Git - json-c/commit
Add AfterCaseLabel to .clang-format
authorHex052 <elijahiff@gmail.com>
Mon, 5 Jul 2021 02:28:21 +0000 (18:28 -0800)
committerGitHub <noreply@github.com>
Mon, 5 Jul 2021 02:28:21 +0000 (18:28 -0800)
commit9dde931a1c3aa4fd9ffc0be910ee03dceda156f8
tree01453008de4921f61bbfd16a40cfba2ca6445d21
parent75bf657cc285c1b726492ed6af3645ea95fe17ac
Add AfterCaseLabel to .clang-format

This is to fix the behavior that might've changed between older versions of clang-format, I'm not sure.
Version 10 tries to put the bracket on the same line as case without this.
.clang-format