Skip to content

Commit 9b6d42e

Browse files
committed
Updated clang format style.
1 parent 2365788 commit 9b6d42e

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.clang-format

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
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

55
AccessModifierOffset: -2
@@ -160,6 +160,8 @@ PointerAlignment: Right
160160
ReflowComments: true
161161
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)'
162162

163+
QualifierAlignment: Left
164+
163165
SortIncludes: true
164166
SortUsingDeclarations: true
165167

@@ -175,7 +177,7 @@ SpacesInContainerLiterals: false
175177
SpacesInParentheses: false
176178
SpacesInSquareBrackets: false
177179

178-
Standard: Cpp11
180+
Standard: c++20
179181

180182
TabWidth: 2
181183

0 commit comments

Comments
 (0)