On 17.03.25 16:39, 'Storm, Christian' via EFI Boot Guard wrote: > 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
Thanks, applied. Jan -- Siemens AG, Foundational Technologies Linux Expert Center -- 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/a7829d14-7d77-409c-b4fe-82f87574cee8%40siemens.com.
