kompute_tests/.clang-format

41 lines
835 B
Plaintext
Raw Permalink Normal View History

2023-12-06 23:13:26 +01:00
# linux kernel style formatting
BasedOnStyle: LLVM
IndentWidth: 8
2023-12-25 17:52:33 +01:00
UseTab: AlignWithSpaces
2023-12-06 23:13:26 +01:00
BreakBeforeBraces: Linux
AllowShortIfStatementsOnASingleLine: false
IndentCaseLabels: false
ColumnLimit: 85
InsertBraces: true
SortIncludes: Never
BinPackParameters: false
BinPackArguments: false
Cpp11BracedListStyle: true
SpaceBeforeCpp11BracedList: true
SeparateDefinitionBlocks: Always
AlignAfterOpenBracket: BlockIndent
AlignConsecutiveDeclarations:
Enabled: true
AcrossEmptyLines: false
AcrossComments: false
AlignCompound: true
2023-12-07 16:25:54 +01:00
PadOperators: false
2023-12-06 23:13:26 +01:00
AlignConsecutiveMacros:
Enabled: true
AcrossEmptyLines: false
AcrossComments: true
AlignConsecutiveBitFields:
Enabled: true
AcrossEmptyLines: false
AcrossComments: true
AlignConsecutiveAssignments:
Enabled: true
AcrossEmptyLines: false
AcrossComments: true