From: Timo Heister Date: Sun, 12 May 2019 18:10:45 +0000 (-0600) Subject: teach clang format not to break section in tutorials X-Git-Tag: v9.1.0-rc1~39^2~2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2bd07ecf6d4c5fd238254fa5a13504a338c4485e;p=dealii.git teach clang format not to break section in tutorials --- diff --git a/examples/.clang-format b/examples/.clang-format index 81121fa105..546f0be370 100644 --- a/examples/.clang-format +++ b/examples/.clang-format @@ -83,7 +83,7 @@ PenaltyBreakBeforeFirstCallParameter: 90 PointerAlignment: Right ReflowComments: true -CommentPragmas: '( \| |\*--|
  • |@ref | @p | @param |@returns |@warning |@ingroup |@author |@date |@related |@relates |@relatesalso |@deprecated |@image |@return |@brief |@attention |@copydoc |@addtogroup |@todo |@tparam |@see |@note |@skip |@skipline |@until |@line |@dontinclude |@include)' +CommentPragmas: '( \| |\*--|
  • |@ref | @p | @param |@returns |@warning |@ingroup |@author |@date |@related |@relates |@relatesalso |@deprecated |@image |@return |@brief |@attention |@copydoc |@addtogroup |@todo |@tparam |@see |@note |@skip |@skipline |@until |@line |@dontinclude |@include|@sect1|@sect2|@sect3|@sect4)' SortIncludes: false SortUsingDeclarations: true