orca/.clang-format

35 lines
791 B
Plaintext
Raw Permalink Normal View History

AllowAllArgumentsOnNextLine: false
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
SortIncludes: false
BreakBeforeBraces: Custom
BraceWrapping:
AfterCaseLabel: true
AfterClass: true
AfterControlStatement: Always
AfterExternBlock: false
AfterEnum: true
AfterFunction: true
AfterNamespace: true
AfterStruct: true
AfterObjCDeclaration: true
AfterUnion: true
BeforeCatch: true
BeforeElse: true
BeforeLambdaBody: true
BeforeWhile: true
IndentExternBlock: false