BasedOnStyle: LLVM

IndentWidth: 2
TabWidth: 2
UseTab: Never

ColumnLimit: 100

BreakBeforeBraces: Attach

InsertBraces: true

PointerAlignment: Right
DerivePointerAlignment: false

IndentCaseLabels: false

AllowShortIfStatementsOnASingleLine: Never
AllowShortFunctionsOnASingleLine: Empty

SpaceBeforeParens: ControlStatements

SortIncludes: false

AlignConsecutiveAssignments:
  Enabled: true
  AcrossEmptyLines: true
  AcrossComments: false
  AlignCompound: true
