Skip to content
Snippets Groups Projects
Commit eee9bd6d authored by Luca Erbetta's avatar Luca Erbetta :rocket:
Browse files

Added clang-format

parent dddf56cc
No related branches found
No related tags found
No related merge requests found
{
BasedOnStyle: Google,
AccessModifierOffset: -4,
AlignConsecutiveAssignments: true,
AllowShortIfStatementsOnASingleLine: false,
AllowShortLoopsOnASingleLine: false,
BreakBeforeBraces: Allman,
ColumnLimit: 80,
ConstructorInitializerAllOnOneLineOrOnePerLine: false,
IndentCaseLabels: true,
IndentWidth: 4,
KeepEmptyLinesAtTheStartOfBlocks: true,
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment