Skip to content

Commit

Permalink
Update standard to c++20 in .clang-format file
Browse files Browse the repository at this point in the history
  • Loading branch information
tquatmann committed Jan 20, 2025
1 parent 7449358 commit d30bd2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .clang-format
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ SpacesInCStyleCastParentheses: false
SpacesInParentheses: false
SpacesInSquareBrackets: false
SpaceBeforeSquareBrackets: false
Standard: c++17
Standard: c++20
TabWidth: 4
UseCRLF: false
UseTab: Never
Expand Down

0 comments on commit d30bd2f

Please sign in to comment.