Skip to content

Commit

Permalink
fix: use correct Standard option (Cpp11 is deprecated alias)
Browse files Browse the repository at this point in the history
  • Loading branch information
wdconinc committed Apr 12, 2024
1 parent 882dc7d commit 104640b
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 @@ -3,7 +3,7 @@ BasedOnStyle: LLVM
BreakConstructorInitializersBeforeComma: true
ConstructorInitializerAllOnOneLineOrOnePerLine: true
Cpp11BracedListStyle: true
Standard: Cpp20
Standard: c++20
#SpaceBeforeParens: ControlStatements
SpaceAfterControlStatementKeyword: true
PointerBindsToType: true
Expand Down

0 comments on commit 104640b

Please sign in to comment.