clang-format: Do not reflow comments.
authorng0 <ng0@n0.is>
Mon, 29 Apr 2019 12:57:39 +0000 (12:57 +0000)
committerng0 <ng0@n0.is>
Mon, 29 Apr 2019 12:57:39 +0000 (12:57 +0000)
For comments, specificalls doxygen style, we should have
more freedom to adjust and keep styles outside of the
limits of clang-format. This is useful for being able
to specify our own almost-specified doxygen standards.

contrib/conf/editors/clang-format

index fd47fb6547042d0b5f79767c2ed310ec933e9ebe..aa6c2aa17fe4544c395f61c12ca0d2b5ff7a6456 100644 (file)
@@ -94,7 +94,7 @@ PenaltyBreakTemplateDeclaration: 10
 PenaltyExcessCharacter: 1000000
 PenaltyReturnTypeOnItsOwnLine: 60
 PointerAlignment: Right
-ReflowComments:  true
+ReflowComments:  false
 SortIncludes:    false
 SortUsingDeclarations: true
 SpaceAfterCStyleCast: true