---
Language: Cpp # Cpp is also used for C
BasedOnStyle: LLVM

ColumnLimit: 0
BreakBeforeBraces: Linux
AlignAfterOpenBracket: DontAlign

IndentWidth: 8
UseTab: Always
IndentCaseLabels: false

AllowShortBlocksOnASingleLine: Empty
AlwaysBreakAfterReturnType: TopLevelDefinitions

SortIncludes: false
---
