BasedOnStyle: LLVM
AlignAfterOpenBracket: DontAlign
AlignEscapedNewlines: DontAlign
AlignOperands: DontAlign
AlignTrailingComments: false
AllowShortBlocksOnASingleLine: Always
AllowShortCaseLabelsOnASingleLine: true
AllowShortIfStatementsOnASingleLine: true
AllowShortLoopsOnASingleLine: true
BreakBeforeTernaryOperators: false
BreakTemplateDeclarations: true
ColumnLimit: 100
ContinuationIndentWidth: 2
SortIncludes: false
TabWidth: 2
UseTab: true
