shared: Force C language for clang-format

Only applies to C-based code. C++-based code uses .hpp suffixes for
C++-based header files and will use the default C++ fallback used by
clang-format.
This commit is contained in:
PatTheMav
2026-06-17 19:31:03 +02:00
committed by Ryan Foster
parent b1d9dffbc5
commit 17aa4cf65a
+2
View File
@@ -0,0 +1,2 @@
Language: C
BasedOnStyle: InheritParentConfig