From: Christian Storm <[email protected]> The clang-format 19.x series subsumes C and C++ under the Language: Cpp setting. Newer ones, e.g., 21.x, separate the languages into Cpp and C. Unfortunately, that change isn't backwards compatible.
So, either clang-format 19.x or newer ones can be pleased, while both are happy with removing the setting altogether. Then, the .clang-format settings apply to all languages which is fine for EBG. Signed-off-by: Christian Storm <[email protected]> --- .clang-format | 1 - 1 file changed, 1 deletion(-) diff --git a/.clang-format b/.clang-format index 543bb81..10cd185 100644 --- a/.clang-format +++ b/.clang-format @@ -9,7 +9,6 @@ BreakBeforeBraces: Linux ColumnLimit: 80 DerivePointerAlignment: false IndentWidth: 8 -Language: Cpp PointerAlignment: Right ReflowComments: true SortIncludes: false -- 2.49.0 -- You received this message because you are subscribed to the Google Groups "EFI Boot Guard" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion visit https://groups.google.com/d/msgid/efibootguard-dev/6B143207-C89C-423F-8CCD-4312D1B4967F%40siemens.com.
