Skip to content

Commit d61bbbe

Browse files
committed
sync with pr3: Changes C++23 => C++20 in .clang-format
Signed-off-by: TymianekPL <tymi@tymi.org>
1 parent 8702a4d commit d61bbbe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.clang-format

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ AlwaysBreakTemplateDeclarations: Yes
55
BreakBeforeBraces: Attach
66
ColumnLimit: 160
77
SpaceAfterTemplateKeyword: true
8-
Standard: c++23
8+
Standard: c++20
99
TabWidth: 4
1010
IndentWidth: 4
1111
UseTab: Always

0 commit comments

Comments
 (0)