Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 9a7e38d

Browse files
committedDec 30, 2024
use consistent .clang-format with epic
1 parent 78b4c5d commit 9a7e38d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed
 

‎.clang-format

+3-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ BasedOnStyle: LLVM
33
BreakConstructorInitializersBeforeComma: true
44
ConstructorInitializerAllOnOneLineOrOnePerLine: true
55
Cpp11BracedListStyle: true
6-
Standard: Cpp11
6+
Standard: c++20
77
#SpaceBeforeParens: ControlStatements
88
SpaceAfterControlStatementKeyword: true
99
PointerBindsToType: true
@@ -12,4 +12,6 @@ UseTab: Never
1212
ColumnLimit: 100
1313
NamespaceIndentation: Inner
1414
AlignConsecutiveAssignments: true
15+
SortIncludes: Never
16+
ReflowComments: false
1517
...

0 commit comments

Comments
 (0)
Please sign in to comment.