Skip to content

Commit

Permalink
.clang-format: c++17
Browse files Browse the repository at this point in the history
From the `clang-format` documentation:
- "`Cpp11` is a deprecated alias for `Latest`"
- `Latest`: "Parse and format using the latest supported language
  version."
  • Loading branch information
jbuening authored and ccadar committed Jun 5, 2023
1 parent caeafa4 commit a166502
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .clang-format
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
---
BasedOnStyle: LLVM
Standard: Cpp11
BasedOnStyle: LLVM
Standard: c++17
...

0 comments on commit a166502

Please sign in to comment.