orca/.clang-format

16 lines
352 B
Plaintext
Raw Normal View History

2023-08-14 18:52:41 +00:00
ColumnLimit: 0
IndentPPDirectives: BeforeHash
IndentWidth: 4
MaxEmptyLinesToKeep: 1
PointerAlignment: Left
SeparateDefinitionBlocks: Always
SortIncludes: true
SpaceBeforeParens: Never
SpacesInLineCommentPrefix:
Minimum: 1
Maximum: -1
TabWidth: 4
UseTab: Never
BreakBeforeBraces: Allman
AllowAllArgumentsOnNextLine: false
Cpp11BracedListStyle: false