Skip to content

Commit b52816c

Browse files
committed
Clang format: Remove CPP language specifier
clang-format 20.1.0 adds C as a language instead of treating it as C++. This breaks our clang-format configuration, which scopes the configuration to CPP at the start of the config file, making the lint action claim that C isn't supported by the configuration. Signed-off-by: Trond Snekvik <trond@golioth.io>
1 parent 5746568 commit b52816c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.clang-format

-2
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@
77
#
88
---
99
DisableFormat: false
10-
Language: Cpp
11-
Standard: Cpp11
1210

1311
# Indentation & whitespace
1412
AccessModifierOffset: -4

0 commit comments

Comments
 (0)