2023-08-15 14:11:34 +00:00
|
|
|
AllowAllArgumentsOnNextLine: false
|
|
|
|
BreakBeforeBraces: Allman
|
|
|
|
Cpp11BracedListStyle: false
|
2023-08-19 12:49:23 +00:00
|
|
|
ColumnLimit: 0
|
|
|
|
BreakBeforeBinaryOperators: NonAssignment
|
|
|
|
AlignOperands: AlignAfterOperator
|
2023-08-14 18:52:41 +00:00
|
|
|
IndentPPDirectives: BeforeHash
|
2023-08-19 12:49:23 +00:00
|
|
|
IndentCaseLabels: true
|
2023-08-14 18:52:41 +00:00
|
|
|
IndentWidth: 4
|
2023-08-19 12:49:23 +00:00
|
|
|
TabWidth: 4
|
|
|
|
UseTab: Never
|
2023-08-15 14:11:34 +00:00
|
|
|
LineEnding: LF
|
2023-08-14 18:52:41 +00:00
|
|
|
MaxEmptyLinesToKeep: 1
|
|
|
|
PointerAlignment: Left
|
|
|
|
SeparateDefinitionBlocks: Always
|
|
|
|
SpaceBeforeParens: Never
|
2023-08-15 14:11:34 +00:00
|
|
|
ReflowComments: false
|