Browse Source

Merge pull request #4 from Timothy-Liuxf/fix/cppformatter

fix: change c++ standard of clang-format to c++17
tags/0.1.0
TCL GitHub 3 years ago
parent
commit
fa0fac9b92
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
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
SpacesInParentheses: false
SpaceBeforeSquareBrackets: false
Standard: Latest
Standard: c++17
TabWidth: 4
UseTab: Never


Loading…
Cancel
Save