Skip to content

Commit a1b150f

Browse files
authored
Set C++20 in clang-format (#2843)
1 parent 7910a2d commit a1b150f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.clang-format

+1-1
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,6 @@ SpacesInCStyleCastParentheses: false
8585
SpacesInContainerLiterals: false
8686
SpacesInParentheses: false
8787
SpacesInSquareBrackets: false
88-
Standard: c++14
88+
Standard: c++20
8989
TabWidth: '4'
9090
UseTab: Never

0 commit comments

Comments
 (0)