# Clang-Format configuration file for automatically formatting source code
---
BasedOnStyle: Google
IndentWidth: 4
AccessModifierOffset: -2
TabWidth: 4
ColumnLimit: 100
DerivePointerAlignment: false
PointerAlignment: Right
SpaceAfterCStyleCast: true
BreakBeforeBraces: Custom
BraceWrapping:
  AfterFunction: true
AllowShortFunctionsOnASingleLine: Inline
AllowShortIfStatementsOnASingleLine: false
AllowShortLoopsOnASingleLine: false
IndentCaseLabels: false
...
