# Style is similar to Linux Kernel
# https://www.kernel.org/doc/Documentation/CodingStyle
BasedOnStyle: LLVM
IndentWidth: 8
UseTab: Always
BreakBeforeBraces: Linux
BreakBeforeBinaryOperators: NonAssignment
AllowShortFunctionsOnASingleLine: Empty
AllowShortIfStatementsOnASingleLine: false
IndentCaseLabels: false
SortIncludes: false
