|
From: <kin...@us...> - 2025-05-19 00:49:23
|
Revision: 7263
http://sourceforge.net/p/teem/code/7263
Author: kindlmann
Date: 2025-05-19 00:49:21 +0000 (Mon, 19 May 2025)
Log Message:
-----------
for reason latest clang-format refuses to format .c file with Language: Cpp option
Modified Paths:
--------------
teem/trunk/.clang-format
Modified: teem/trunk/.clang-format
===================================================================
--- teem/trunk/.clang-format 2025-04-29 14:06:23 UTC (rev 7262)
+++ teem/trunk/.clang-format 2025-05-19 00:49:21 UTC (rev 7263)
@@ -6,7 +6,7 @@
# script helps do this.
# For more info see: https://clang.llvm.org/docs/ClangFormat.html
---
-Language: Cpp
+Language: C
BasedOnStyle: LLVM
ColumnLimit: 89
AlwaysBreakAfterDefinitionReturnType: All
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|