.clang-format
BasedOnStyle: LLVM
IndentWidth: 4
UseTab: Never
ColumnLimit: 80
PointerAlignment: Left
BreakBeforeBraces: Attach
AllowShortLoopsOnASingleLine: true
AllowShortIfStatementsOnASingleLine: true
AllowShortFunctionsOnASingleLine: InlineOnly
SortIncludes: true
AlignTrailingComments: true