orca/.clang-format

17 lines
415 B
Plaintext
Raw Normal View History

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
LineEnding: LF
2023-08-14 18:52:41 +00:00
MaxEmptyLinesToKeep: 1
PointerAlignment: Left
SeparateDefinitionBlocks: Always
SpaceBeforeParens: Never
ReflowComments: false