BasedOnStyle: LLVM
|
IndentWidth: 8
|
UseTab: Always
|
BreakBeforeBraces: Linux
|
IndentCaseLabels: false
|
DerivePointerAlignment: false
|
PointerAlignment: Left
|
AlignTrailingComments: true
|
AllowShortBlocksOnASingleLine: false
|
AllowShortFunctionsOnASingleLine: false
|
AllowShortIfStatementsOnASingleLine: false
|
AllowShortLoopsOnASingleLine: false
|
ColumnLimit: 0
|
AlignTrailingComments: false
|