gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [gnunet] branch master updated: clang-format: Do not reflow


From: gnunet
Subject: [GNUnet-SVN] [gnunet] branch master updated: clang-format: Do not reflow comments.
Date: Mon, 29 Apr 2019 15:01:40 +0200

This is an automated email from the git hooks/post-receive script.

ng0 pushed a commit to branch master
in repository gnunet.

The following commit(s) were added to refs/heads/master by this push:
     new 2586e14e1 clang-format: Do not reflow comments.
     new ca3490588 Merge branch 'master' of gnunet.org:gnunet
2586e14e1 is described below

commit 2586e14e12b6c939ed5fad3f69f86b4ee7df4b6e
Author: ng0 <address@hidden>
AuthorDate: Mon Apr 29 12:57:39 2019 +0000

    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.
---
 contrib/conf/editors/clang-format | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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
 PenaltyExcessCharacter: 1000000
 PenaltyReturnTypeOnItsOwnLine: 60
 PointerAlignment: Right
-ReflowComments:  true
+ReflowComments:  false
 SortIncludes:    false
 SortUsingDeclarations: true
 SpaceAfterCStyleCast: true

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]