Skip to content

Commit c2bc2ce

Browse files
Merge branch 'main' into kv4p-200
2 parents 539a468 + 2504e0f commit c2bc2ce

File tree

21 files changed

+62737
-64109
lines changed

21 files changed

+62737
-64109
lines changed
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"files.associations": {
33
"algorithm": "cpp"
4-
}
4+
},
5+
"C_Cpp.clang_format_style": "file:.clang-format"
56
}
Lines changed: 52 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,52 @@
1+
---
2+
BasedOnStyle: LLVM
3+
AlignConsecutiveAssignments: Consecutive
4+
AlignEscapedNewlines: DontAlign
5+
AllowShortBlocksOnASingleLine: Always
6+
AllowShortCaseLabelsOnASingleLine: true
7+
AllowShortFunctionsOnASingleLine: Empty
8+
AllowShortIfStatementsOnASingleLine: AllIfsAndElse
9+
AllowShortLambdasOnASingleLine: Empty
10+
AllowShortLoopsOnASingleLine: true
11+
AlwaysBreakTemplateDeclarations: No
12+
BreakBeforeBinaryOperators: NonAssignment
13+
BreakBeforeConceptDeclarations: false
14+
BreakStringLiterals: false
15+
ColumnLimit: 0
16+
CommentPragmas: ""
17+
ConstructorInitializerIndentWidth: 2
18+
ContinuationIndentWidth: 2
19+
DerivePointerAlignment: true
20+
EmptyLineAfterAccessModifier: Leave
21+
EmptyLineBeforeAccessModifier: Leave
22+
FixNamespaceComments: false
23+
IncludeIsMainRegex: ""
24+
IndentCaseBlocks: true
25+
IndentCaseLabels: true
26+
IndentExternBlock: Indent
27+
IndentGotoLabels: false
28+
IndentRequires: true
29+
MaxEmptyLinesToKeep: 100000
30+
PenaltyBreakAssignment: 1
31+
PenaltyBreakBeforeFirstCallParameter: 1
32+
PenaltyBreakComment: 1
33+
PenaltyBreakFirstLessLess: 1
34+
PenaltyBreakOpenParenthesis: 1
35+
PenaltyBreakString: 1
36+
PenaltyBreakTemplateDeclaration: 1
37+
PenaltyExcessCharacter: 1
38+
PenaltyIndentedWhitespace: 1
39+
PenaltyReturnTypeOnItsOwnLine: 1
40+
PointerAlignment: Left
41+
ReflowComments: false
42+
ShortNamespaceLines: 0
43+
SortIncludes: Never
44+
SortUsingDeclarations: false
45+
SpaceAfterTemplateKeyword: false
46+
SpacesBeforeTrailingComments: 2
47+
SpacesInAngles: Leave
48+
SpacesInContainerLiterals: false
49+
SpacesInLineCommentPrefix:
50+
Minimum: 0
51+
Standard: Auto
52+
TabWidth: 2

0 commit comments

Comments
 (0)