Skip to content

Commit

Permalink
fix: change c++ standard of clang-format to c++17
Browse files Browse the repository at this point in the history
  • Loading branch information
Timothy-Liuxf committed Aug 11, 2022
1 parent c47eb6e commit 8b6f24d
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 @@ -277,7 +277,7 @@ SpacesInLineCommentPrefix:
Minimum: 1
SpacesInParentheses: false
SpaceBeforeSquareBrackets: false
Standard: Latest
Standard: c++17
TabWidth: 4
UseTab: Never

0 comments on commit 8b6f24d

Please sign in to comment.