]> https://gitweb.dealii.org/ - dealii.git/commitdiff
clang-format: unify clang-format configuration, update to c++20
authorMatthias Maier <tamiko@43-1.org>
Tue, 22 Aug 2023 03:35:29 +0000 (22:35 -0500)
committerMatthias Maier <tamiko@43-1.org>
Wed, 23 Aug 2023 18:11:11 +0000 (13:11 -0500)
.clang-format
examples/.clang-format

index 2975f20f50074d4e06b633b385b715d0841d9ece..aa1f77a7e59f55b05e95dd427d0a83428d101d15 100644 (file)
@@ -1,5 +1,5 @@
 #
-# The clang-format (Clang 11) style file used by deal.II.
+# The clang-format (Clang 16) style file used by deal.II.
 #
 
 AccessModifierOffset: -2
@@ -175,7 +175,7 @@ SpacesInContainerLiterals: false
 SpacesInParentheses: false
 SpacesInSquareBrackets: false
 
-Standard: Cpp11
+Standard: c++20
 
 TabWidth: 2
 
index 87b185e3443367e7f51882a1e231f1804b6a4c18..1d3b95af1b7f872c2669afa32df013bd3c436e16 100644 (file)
@@ -1,5 +1,5 @@
 #
-# The clang-format (Clang 11) style file used by deal.II for the examples.
+# The clang-format (Clang 16) style file used by deal.II for the examples.
 # In contrast to the general one, header files are not sorted and we do
 # not require return types to be on a separate line.
 #
@@ -86,7 +86,7 @@ PenaltyBreakBeforeFirstCallParameter: 90
 PointerAlignment: Right
 
 ReflowComments: true
-CommentPragmas: '( \| |\*--|<li>|@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)'
+CommentPragmas: '( \| |\*--|<li>|@ref | @p |@param |@name |@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
@@ -103,7 +103,7 @@ SpacesInContainerLiterals: false
 SpacesInParentheses: false
 SpacesInSquareBrackets: false
 
-Standard: Cpp11
+Standard: c++20
 
 TabWidth: 2
 

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.