summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJens Georg <mail@jensge.org>2022-08-04 19:44:18 +0200
committerJens Georg <mail@jensge.org>2022-08-04 20:08:25 +0200
commit2eb822c5e0162e15ba131333f8fbcdfc709e51b5 (patch)
treeb1f7c205492f814251d69ae4ff37faa79629dad8
parentc2ca6585e60b670e05fb781a332d2410c8b5ab64 (diff)
downloadgssdp-2eb822c5e0162e15ba131333f8fbcdfc709e51b5.tar.gz
clang-format: Do not reflow comments
This breaks GObject property annotations
-rw-r--r--.clang-format2
1 files changed, 1 insertions, 1 deletions
diff --git a/.clang-format b/.clang-format
index 6f71ff4..aa21cfc 100644
--- a/.clang-format
+++ b/.clang-format
@@ -104,7 +104,7 @@ PenaltyBreakTemplateDeclaration: 10
PenaltyExcessCharacter: 1000000
PenaltyReturnTypeOnItsOwnLine: 200
PointerAlignment: Right
-ReflowComments: true
+ReflowComments: false
SortIncludes: true
SortUsingDeclarations: true
SpaceAfterCStyleCast: true