--- BasedOnStyle: Google IndentWidth: 4 Language: Cpp AllowShortBlocksOnASingleLine: false AllowShortCaseLabelsOnASingleLine: false AllowShortFunctionsOnASingleLine: Inline AllowShortIfStatementsOnASingleLine: false AllowShortLoopsOnASingleLine: false PointerAlignment: Left ColumnLimit: 80 AccessModifierOffset: 0 KeepEmptyLinesAtTheStartOfBlocks: true