1BasedOnStyle: LLVM
2IndentWidth: 8
3UseTab: Always
4AllowShortIfStatementsOnASingleLine: false
5IndentCaseLabels: false
6PointerAlignment: Left
7AllowShortFunctionsOnASingleLine: None
8BreakBeforeBraces: Custom
9BraceWrapping:
10 AfterFunction: true