format: remove the Cpp explicit to support C and Cpp for clang-format >= 20.1

This commit is contained in:
Tilen Majerle
2025-03-25 17:34:27 +01:00
parent 8c5514f8cc
commit 073466e935
+4 -1
View File
@@ -1,5 +1,8 @@
# Language part removed. With clang-format >=20.1, the C and Cpp are separately handled,
# so either there is no language at all, or we need to create 2 formats for C and Cpp, separately
---
Language: Cpp
# Language: Cpp
# BasedOnStyle: LLVM
AccessModifierOffset: -2
AlignAfterOpenBracket: Align