orca/.clang-format

14 lines
316 B
Plaintext
Raw Normal View History

AllowAllArgumentsOnNextLine: false
BreakBeforeBraces: Allman
2023-08-14 18:52:41 +00:00
ColumnLimit: 0
Cpp11BracedListStyle: false
2023-08-14 18:52:41 +00:00
IndentPPDirectives: BeforeHash
IndentWidth: 4
LineEnding: LF
2023-08-14 18:52:41 +00:00
MaxEmptyLinesToKeep: 1
PointerAlignment: Left
SeparateDefinitionBlocks: Always
SpaceBeforeParens: Never
TabWidth: 4
UseTab: Never
ReflowComments: false