From 03098fc12cffedcf6e90b50744fbe46ce062b332 Mon Sep 17 00:00:00 2001 From: Levi Armstrong Date: Fri, 19 Jul 2024 11:21:43 -0500 Subject: [PATCH] fix clang-format file to work on 20.04 --- .clang-format | 1 - 1 file changed, 1 deletion(-) diff --git a/.clang-format b/.clang-format index 3c94dd207f1..ee5cc2929cd 100644 --- a/.clang-format +++ b/.clang-format @@ -53,7 +53,6 @@ BreakBeforeBraces: Custom # Control of individual brace wrapping cases BraceWrapping: { - AfterCaseLabel: 'true', AfterClass: 'true', AfterControlStatement: 'true', AfterEnum : 'true',