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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
.clang-format
|
|
|
@@ -277,7 +277,7 @@ SpacesInLineCommentPrefix: |
|
|
|
Minimum: 1 |
|
|
|
SpacesInParentheses: false |
|
|
|
SpaceBeforeSquareBrackets: false |
|
|
|
Standard: Latest |
|
|
|
Standard: c++17 |
|
|
|
TabWidth: 4 |
|
|
|
UseTab: Never |
|
|
|
|