momento/.clang-format

10 lines
243 B
Plaintext
Raw Normal View History

2021-03-28 19:35:07 +02:00
BasedOnStyle: LLVM
IndentWidth: 8
UseTab: AlignWithSpaces
BreakBeforeBraces: Linux
AllowShortIfStatementsOnASingleLine: false
IndentCaseLabels: false
ColumnLimit: 80
2021-03-28 19:35:07 +02:00
AlignConsecutiveMacros: true
AlwaysBreakAfterReturnType: TopLevelDefinitions