blob: 5b788188214f9f37941b2d7b01f4cc3e2aa5b027 [file] [log] [blame]
Language: Cpp
AllowShortFunctionsOnASingleLine: None
AllowShortIfStatementsOnASingleLine: false
BasedOnStyle: LLVM
BreakBeforeBraces: Linux
ColumnLimit: 80
ContinuationIndentWidth: 8
IndentCaseLabels: false
IndentWidth: 8
PenaltyReturnTypeOnItsOwnLine: 1000
SortIncludes: false
UseTab: Always