# Clang format based on https://github.com/mls-m5/matgui/blob/master/.clang-format Language: Cpp BasedOnStyle: LLVM IndentWidth: 4 SortIncludes: true AccessModifierOffset: -4 AlwaysBreakTemplateDeclarations: true AllowShortFunctionsOnASingleLine: None BinPackArguments: false BinPackParameters: false BreakBeforeBraces: Custom BraceWrapping: BeforeCatch: true BeforeElse: true PointerAlignment: Left ColumnLimit: 100 AlwaysBreakAfterReturnType: None PenaltyReturnTypeOnItsOwnLine: 1000000