Select Git revision
.clang-format
-
Alberto Nidasio authored
[StateViewer] Now opening the filter selector shows the configured filter
Alberto Nidasio authored[StateViewer] Now opening the filter selector shows the configured filter
.clang-format 391 B
{
BasedOnStyle: Google,
AccessModifierOffset: -4,
AlignConsecutiveAssignments: true,
AllowShortIfStatementsOnASingleLine: false,
AllowShortLoopsOnASingleLine: false,
BreakBeforeBraces: Allman,
ColumnLimit: 80,
ConstructorInitializerAllOnOneLineOrOnePerLine: false,
IndentCaseLabels: true,
IndentWidth: 4,
KeepEmptyLinesAtTheStartOfBlocks: true,
}