Language: Cpp
BasedOnStyle: LLVM

IndentWidth: 4
ContinuationIndentWidth: 4
ColumnLimit: 100

AllowShortFunctionsOnASingleLine: Empty
AllowAllArgumentsOnNextLine: false
BinPackArguments: false
AllowAllParametersOfDeclarationOnNextLine: true
BinPackParameters: true

AlignConsecutiveMacros: true
AlignAfterOpenBracket: AlwaysBreak

StatementMacros: ["ML99_EVAL", "vfunc", "vfuncDefault"]
