Browse Source

fix: change c++ standard of clang-format to c++17

tags/0.1.0
Timothy Liu 3 years ago
parent
commit
8b6f24da8b
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      .clang-format

+ 1
- 1
.clang-format View File

@@ -277,7 +277,7 @@ SpacesInLineCommentPrefix:
Minimum: 1 Minimum: 1
SpacesInParentheses: false SpacesInParentheses: false
SpaceBeforeSquareBrackets: false SpaceBeforeSquareBrackets: false
Standard: Latest
Standard: c++17
TabWidth: 4 TabWidth: 4
UseTab: Never UseTab: Never



Loading…
Cancel
Save