From 2bd07ecf6d4c5fd238254fa5a13504a338c4485e Mon Sep 17 00:00:00 2001 From: Timo Heister Date: Sun, 12 May 2019 12:10:45 -0600 Subject: [PATCH] teach clang format not to break section in tutorials --- examples/.clang-format | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.5