--- Language: Cpp BasedOnStyle: Google IndentWidth: 4 ColumnLimit: 100 AllowShortFunctionsOnASingleLine: Empty AllowShortIfStatementsOnASingleLine: false AllowShortLoopsOnASingleLine: false BreakBeforeBraces: Attach PointerAlignment: Left SpaceAfterCStyleCast: false IncludeBlocks: Preserve SortIncludes: false ---