Skip to content

Commit

Permalink
COMP: Update clang format standard to C++20 (#1095)
Browse files Browse the repository at this point in the history

Signed-off-by: Michael Jackson <[email protected]>
  • Loading branch information
imikejackson authored Oct 4, 2024
1 parent 095e178 commit ce27a80
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .clang-format
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,8 @@ SpaceBeforeParens: Never
# SpacesInCStyleCastParentheses: false
# SpacesInParentheses: false
# SpacesInSquareBrackets: false
Standard: Cpp11
SpaceAfterTemplateKeyword: true
Standard: c++20
TabWidth: 2
UseTab: Never
...

0 comments on commit ce27a80

Please sign in to comment.