aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorng0 <ng0@n0.is>2019-04-29 12:57:39 +0000
committerng0 <ng0@n0.is>2019-04-29 12:57:39 +0000
commit2586e14e12b6c939ed5fad3f69f86b4ee7df4b6e (patch)
tree4af0f7aad388ed850b84bfff8641eb80a6b21c9a
parentb41480962266720fd2a068cb41284d2d29cc54fd (diff)
downloadgnunet-2586e14e12b6c939ed5fad3f69f86b4ee7df4b6e.tar.gz
gnunet-2586e14e12b6c939ed5fad3f69f86b4ee7df4b6e.zip
clang-format: Do not reflow comments.
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.
-rw-r--r--contrib/conf/editors/clang-format2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/conf/editors/clang-format b/contrib/conf/editors/clang-format
index fd47fb654..aa6c2aa17 100644
--- a/contrib/conf/editors/clang-format
+++ b/contrib/conf/editors/clang-format
@@ -94,7 +94,7 @@ PenaltyBreakTemplateDeclaration: 10
94PenaltyExcessCharacter: 1000000 94PenaltyExcessCharacter: 1000000
95PenaltyReturnTypeOnItsOwnLine: 60 95PenaltyReturnTypeOnItsOwnLine: 60
96PointerAlignment: Right 96PointerAlignment: Right
97ReflowComments: true 97ReflowComments: false
98SortIncludes: false 98SortIncludes: false
99SortUsingDeclarations: true 99SortUsingDeclarations: true
100SpaceAfterCStyleCast: true 100SpaceAfterCStyleCast: true