Skip to content
Snippets Groups Projects
Commit 190b1282 authored by Federico Lolli's avatar Federico Lolli
Browse files

Added clang format file

parent 6c1deeba
Branches
Tags
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