Revision 0bf876ec058ca662c53988dc84a26e1b01c8a261 authored by Joakim Hove on 23 April 2020, 08:46:51 UTC, committed by Joakim Hove on 23 April 2020, 08:46:51 UTC
1 parent 2696160
Raw File
.clang-format
{
        BasedOnStyle: WebKit,
        AlignAfterOpenBracket: AlwaysBreak,
        AlignConsecutiveAssignments: false,
        AlignConsecutiveDeclarations: false,
        AlignAfterOpenBracket: Align,
        AllowShortBlocksOnASingleLine: false,
        AllowShortFunctionsOnASingleLine: None,
        AlwaysBreakAfterReturnType: TopLevelDefinitions,
        AlwaysBreakTemplateDeclarations: Yes,
        BinPackArguments: false,
        BinPackParameters: false,
        BreakBeforeBraces: Linux,
        BreakConstructorInitializers: BeforeComma,
        ColumnLimit: 120,
        Cpp11BracedListStyle: true,
        FixNamespaceComments: true,
        MaxEmptyLinesToKeep: 5,
        NamespaceIndentation: Inner,
}
back to top