--- BasedOnStyle: Google ColumnLimit: 100 IndentWidth: 4 TabWidth: 4 UseTab: Never AccessModifierOffset: -4 AllowShortFunctionsOnASingleLine: Empty AllowShortIfStatementsOnASingleLine: false AllowShortLoopsOnASingleLine: false BinPackArguments: false BinPackParameters: false BreakBeforeBraces: Attach DerivePointerAlignment: false PointerAlignment: Left SortIncludes: true SpaceAfterCStyleCast: true Standard: c++17