File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 11#
2- # The clang-format (Clang 11 ) style file used by deal.II.
2+ # The clang-format (Clang 16 ) style file used by deal.II.
33#
44
55AccessModifierOffset : -2
@@ -160,6 +160,8 @@ PointerAlignment: Right
160160ReflowComments : true
161161CommentPragmas : ' ( \| |\*--|<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)'
162162
163+ QualifierAlignment : Left
164+
163165SortIncludes : true
164166SortUsingDeclarations : true
165167
@@ -175,7 +177,7 @@ SpacesInContainerLiterals: false
175177SpacesInParentheses : false
176178SpacesInSquareBrackets : false
177179
178- Standard : Cpp11
180+ Standard : c++20
179181
180182TabWidth : 2
181183
You can’t perform that action at this time.
0 commit comments